chore: remove ripgrep installation step from CI workflow

This commit is contained in:
Mega Yu
2026-04-15 21:28:23 +08:00
parent e6fbf5a828
commit a565386528

View File

@@ -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