Skip to content

Commit dbf19c2

Browse files
committed
Replaced archived chartboost/ruff-action w/ official astral-sh/ruff-action
1 parent 3236656 commit dbf19c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-on-push-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v5
1616

1717
- name: Run Ruff
18-
uses: chartboost/ruff-action@v1
18+
uses: astral-sh/ruff-action@v3.5.1
1919

2020
yaml-lint:
2121
name: YAML lint

0 commit comments

Comments
 (0)