We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccd478 commit 44e1aa5Copy full SHA for 44e1aa5
1 file changed
.github/workflows/tests.yml
@@ -73,3 +73,10 @@ jobs:
73
uv pip install -e .
74
- name: Run doctest
75
uses: deargen/workflows/actions/run-doctest@master
76
+
77
+ lint-essential:
78
+ uses: deargen/workflows/.github/workflows/check-ruff.yml@master
79
+ with:
80
+ check-type: lint
81
+ ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt
82
+ additional-args: --select=E9,F63,F7,F82
0 commit comments