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 0713980 commit 517b7e4Copy full SHA for 517b7e4
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Clone repository
22
- - uses: actions/checkout@v5
+ uses: actions/checkout@v5
23
24
- name: Set up Python ${{ matrix.python-version }}
25
uses: actions/setup-python@v6
@@ -60,17 +60,17 @@ jobs:
60
runs-on: ubuntu-latest
61
62
63
64
65
- name: Set up Python 3.14
66
- - uses: actions/setup-python@v6
+ uses: actions/setup-python@v6
67
with:
68
python-version: "3.14"
69
70
- name: Install Ruff
71
- - run: pip install ruff
+ run: pip install ruff
72
73
- name: Run Ruff Linter
74
- - run: |
+ run: |
75
ruff check .
76
ruff format --check .
0 commit comments