Update tags #838
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run tests and linters | |
on: | |
pull_request: | |
branches: [master] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeLaGuardo/setup-clj-kondo@master | |
with: | |
version: '2023.09.07' | |
- uses: DeLaGuardo/[email protected] | |
with: | |
tools-deps: '1.11.1.1413' | |
- name: Run checks | |
run: make checks | |
- name: Run tests | |
run: make test |