Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Come on, actionlint
  • Loading branch information
ambv committed Nov 22, 2024
commit 719e2ccde451cfe04e0b38a5ab9cefe3d199a242
4 changes: 2 additions & 2 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ config-variables: null
paths:
.github/workflows/**/*.yml:
ignore:
- '1st argument of function call is not assignable'
- 'SC2(015|038|086|091|097|098|129|155)'
- 1st argument of function call is not assignable
- SC2(015|038|086|091|097|098|129|155)
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ repos:
rev: v1.7.3
hooks:
- id: actionlint
- args: [-config-file=.github/actionlint.yaml]

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v1.0.0
Expand Down