Skip to content

Commit d8230fe

Browse files
committed
chore: rename linter github actions to ruff
1 parent cd204ab commit d8230fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
21+
with:
22+
fetch-depth: 1
2123

2224
- name: Analyze code with ruff
2325
uses: astral-sh/ruff-action@v3

0 commit comments

Comments
 (0)