Skip to content

Update to 0.5.0-rc4 (#259) #356

Update to 0.5.0-rc4 (#259)

Update to 0.5.0-rc4 (#259) #356

Workflow file for this run

name: clj-kondo checks
on: [push]
jobs:
self-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DeLaGuardo/clojure-lint-action@master
with:
clj-kondo-args: --lint src # TODO: lint tests, examples
github_token: ${{ secrets.GITHUB_TOKEN }}