File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 36
36
echo "Version isn't a SNAPSHOT version:" $VERSION
37
37
exit 0
38
38
fi
39
- - name : Lint
40
- uses : DeLaGuardo/clojure-lint-action@v1
41
- with :
42
- clj-kondo-args : --lint src test --cache false
43
- check-name : clj-kondo liniting report
44
- github_token : ${{ secrets.GITHUB_TOKEN }}
39
+ - name : lint
40
+ run : lein lint
45
41
46
42
test :
47
43
needs : build
Original file line number Diff line number Diff line change 36
36
echo "Version isn't a SNAPSHOT version:" $VERSION
37
37
exit 0
38
38
fi
39
- - name : Lint
40
- uses : DeLaGuardo/clojure-lint-action@v1
41
- with :
42
- clj-kondo-args : --lint src test --cache false
43
- check-name : clj-kondo liniting report
44
- github_token : ${{ secrets.GITHUB_TOKEN }}
39
+ - name : lint
40
+ run : lein lint
45
41
46
42
test :
47
43
needs : build
You can’t perform that action at this time.
0 commit comments