We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ruff
1 parent 8c7c3ce commit 41e3b1eCopy full SHA for 41e3b1e
1 file changed
.github/workflows/run_pytest.yml .github/workflows/run_ruff_and_pytest.yml.github/workflows/run_pytest.yml renamed to .github/workflows/run_ruff_and_pytest.yml
@@ -32,6 +32,17 @@ jobs:
32
cd source
33
pip install -e .
34
35
+ # ------------------------------
36
+ # Run ruff
37
38
+ - name: Run Ruff (lint)
39
+ shell: bash -l {0}
40
+ run: ruff check .
41
+
42
+ - name: Check formatting
43
44
+ run: ruff format . --check
45
46
# ------------------------------
47
# Run tests
48
0 commit comments