Skip to content

Commit

Permalink
Install linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Apr 14, 2024
1 parent 893cfd7 commit 8d72d16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,14 @@ jobs:
id: python
with:
python-version: "3.11"
cache: 'pip'
cache-dependency-path: |
requirements_base.txt
requirements_lint.txt
- name: 📦 Install pre-commit
run: |
scripts/install/pip_packages pre-commit
scripts/install/pip_packages --requirement requirements_lint.txt
pre-commit install-hooks --config .github/pre-commit-config.yaml
- name: 🏃 Run the check (${{ matrix.check }})
Expand Down

0 comments on commit 8d72d16

Please sign in to comment.