Skip to content

Fix typo in getting started doc (#256) #340

Fix typo in getting started doc (#256)

Fix typo in getting started doc (#256) #340

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 }}