Skip to content

Add :only-tags option #106

Add :only-tags option

Add :only-tags option #106

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
kondo:
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4.1.0
- uses: ./.github/actions/setup
with:
cache-key: kondo
- name: Run Kondo
run: >-
clojure -M:kondo --lint src test
tests:
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4.1.0
- uses: ./.github/actions/setup
with:
cache-key: tests
- name: Run tests
run: >-
clojure -X:dev:test
env:
CI: TRUE