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 7749cb7 commit 798f8fbCopy full SHA for 798f8fb
.github/workflows/build.yml
@@ -18,10 +18,11 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- name: Display Ruff version
21
- uses: astral-sh/ruff-action@v3 # Installs ruff for use in later steps
+ uses: astral-sh/ruff-action@v3
22
+ # Installs ruff for use in later steps
23
+ # Installs version from dev dependencies in pyproject.toml
24
with:
25
args: --version
- version-file: "pyproject.toml"
26
- name: Lint with Ruff
27
run: ruff check
28
- name: Format with Ruff
0 commit comments