File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : Lint Clojure
2
+ name : Lint Clojure LSP
3
3
on :
4
4
workflow_dispatch :
5
5
pull_request :
6
6
paths :
7
7
- ' config.edn'
8
+ - ' cljfmt.edn'
8
9
push :
9
10
paths :
10
11
- ' config.edn'
12
+ - ' cljfmt.edn'
11
13
branches :
12
14
- main
13
15
14
16
jobs :
15
- clj-kondo :
16
- name : runner / clj-kondo
17
+ lint-lsp-config :
18
+ name : Lint LSP Config
17
19
runs-on : ubuntu-latest
18
20
steps :
19
-
21
+ - run : echo "π Job automatically triggered by ${{ github.event_name }}"
22
+ - run : echo "π§ Job running on ${{ runner.os }} server"
23
+ - run : echo "π Using ${{ github.ref }} branch from ${{ github.repository }} repository"
24
+
25
+ - name : " Checkout code"
26
+
27
+ - run : echo "π ${{ github.repository }} repository was cloned to the runner."
28
+
20
29
- name : clj-kondo
21
30
uses : nnichols/clojure-lint-action@v2
22
31
with :
23
32
github_token : ${{ secrets.github_token }}
24
33
reporter : github-pr-review
34
+ pattern : ' *.edn'
35
+
36
+ - run : echo "π¨ style and format of Clojure code checked"
37
+
38
+ - run : echo "π Job status is ${{ job.status }}."
You canβt perform that action at this time.
0 commit comments