mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 13:44:13 +00:00
chore: remove ripgrep installation step from CI workflow
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -103,9 +103,6 @@ jobs:
|
||||
cli: ${{ env.CLOJURE_VERSION }}
|
||||
bb: ${{ env.BABASHKA_VERSION }}
|
||||
|
||||
- name: Install ripgrep
|
||||
run: sudo apt-get update && sudo apt-get install -y ripgrep
|
||||
|
||||
- name: Run clj-kondo lint
|
||||
run: clojure -M:clj-kondo --parallel --lint src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user