We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8279862 commit fc1df2cCopy full SHA for fc1df2c
.github/workflows/lint.yaml
@@ -31,17 +31,17 @@ jobs:
31
32
- name: Ruff Check
33
id: ruff
34
- uses: astral-sh/ruff-action@v1.1.1
+ uses: astral-sh/ruff-action@v3
35
with:
36
args: "check --config pyproject.toml"
37
- src: './src/viqa'
+ src: '.'
38
39
- name: Ruff Format Check
40
id: ruff-format
41
42
43
args: "format --check --config pyproject.toml"
44
45
46
# - name: Mypy
47
# id: mypy
0 commit comments