Skip to content

Commit

Permalink
ci- simple lint
Browse files Browse the repository at this point in the history
  • Loading branch information
barkanido committed Dec 12, 2021
1 parent aab3f3f commit 9c9673e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@ jobs:
echo "Version isn't a SNAPSHOT version:" $VERSION
exit 0
fi
- name: Lint
uses: DeLaGuardo/clojure-lint-action@v1
with:
clj-kondo-args: --lint src test --cache false
check-name: clj-kondo liniting report
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: lint
run: lein lint

test:
needs: build
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/ci_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@ jobs:
echo "Version isn't a SNAPSHOT version:" $VERSION
exit 0
fi
- name: Lint
uses: DeLaGuardo/clojure-lint-action@v1
with:
clj-kondo-args: --lint src test --cache false
check-name: clj-kondo liniting report
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: lint
run: lein lint

test:
needs: build
Expand Down

0 comments on commit 9c9673e

Please sign in to comment.