Skip to content

Commit 482aa35

Browse files
committed
Fix bug in lint.yaml
1 parent 7dc58f8 commit 482aa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
black . --check --diff
3535
3636
- name: Run GitHub super-linter
37-
uses: github/super-linter:slim-v4
37+
uses: github/super-linter/slim@v4
3838
env:
3939
VALIDATE_ALL_CODEBASE: true
4040
VALIDATE_YAML: true

0 commit comments

Comments
 (0)