8000 ci- simple lint · AppsFlyer/unleash-client-clojure@9c9673e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c9673e

Browse files
committed
ci- simple lint
1 parent aab3f3f commit 9c9673e

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/ci_branch.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,8 @@ jobs:
3636
echo "Version isn't a SNAPSHOT version:" $VERSION
3737
exit 0
3838
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
4541

4642
test:
4743
needs: build

.github/workflows/ci_master.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,8 @@ jobs:
3636
echo "Version isn't a SNAPSHOT version:" $VERSION
3737
exit 0
3838
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
4541

4642
test:
4743
needs: build

0 commit comments

Comments
 (0)
0