Skip to content

Commit 8cd64c2

Browse files
committed
Rename step, remove "src" argument
1 parent c8e482a commit 8cd64c2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- name: 📥 Checkout repo
1717
uses: actions/checkout@v4
1818

19-
- name: Run Ruff ⚡
19+
- name: Run Ruff checks
2020
uses: astral-sh/ruff-action@v3
2121
with:
2222
args: check
23-
src: "./src"

0 commit comments

Comments
 (0)