mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
Fix: linting check
This commit is contained in:
4
.github/workflows/lint_production.yaml
vendored
4
.github/workflows/lint_production.yaml
vendored
@@ -32,6 +32,6 @@ jobs:
|
||||
- name: Install ruff
|
||||
run: pip install ruff==${{ env.RUFF_VERSION }}
|
||||
- name: Ruff format
|
||||
run: ruff format --diff src tests scripts notebooks
|
||||
run: ruff format --diff src models tests
|
||||
- name: Ruff check
|
||||
run: ruff check src tests scripts notebooks
|
||||
run: ruff check src models tests
|
||||
Reference in New Issue
Block a user