Skip to content

Commit

Permalink
Add clj-kondo github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ordnungswidrig committed Nov 7, 2019
1 parent a64509f commit e9ce044
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/clj-kondo.yml
@@ -0,0 +1,15 @@
name: CLJ-Kondo

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: DeLaGuardo/clojure-lint-action@v1
with:
clj-kondo-args: --lint src
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e9ce044

Please sign in to comment.