Skip to content

Commit bf2c1c9

Browse files
ci: ignore actionlint false positive for scaffold prioritize workflow_call
actionlint resolves ./.github/workflows/prioritize.yml from repo root; the file exists only under internal/scaffold after install to .fullsend. Signed-off-by: Barak Korren <bkorren@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 40b5a1c commit bf2c1c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ repos:
6868
- property "workflow_repository" is not defined
6969
- -ignore
7070
- SC2016
71+
- -ignore
72+
- 'could not read reusable workflow file for "\./\.github/workflows/prioritize\.yml"'
7173

7274
- repo: local
7375
hooks:

0 commit comments

Comments
 (0)