Skip to content

Refresh linters.md readme with indentation space = 4 #68

Refresh linters.md readme with indentation space = 4

Refresh linters.md readme with indentation space = 4 #68

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 test
github_token: ${{ secrets.GITHUB_TOKEN }}