Skip to content

Commit d8dabeb

Browse files
github-action: update task to clj-kondo lint
1 parent 789cae8 commit d8dabeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clj-kondo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121

2222
- uses: actions/checkout@v3
2323

24-
- name: Run on Ubuntu
24+
- name: clj-kondo lint
2525
run: clj-kondo --lint config.edn --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}'

0 commit comments

Comments
 (0)