Skip to content

feat: Add deinitialize-interceptor #69

feat: Add deinitialize-interceptor

feat: Add deinitialize-interceptor #69

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeLaGuardo/setup-clojure@master
with:
bb: latest
clj-kondo: latest
cljstyle: latest
- uses: actions/cache@v4
with:
path: ~/.m2
key: test-m2-${{ hashFiles('bb.edn') }}
- run: bb check-all