File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 mise exec actionlint@"${ACTIONLINT_VERSION}" -- actionlint -color -shellcheck= \
2828 -ignore 'unexpected key "(background|cancel|parallel|wait|wait-all)" for step' \
2929 -ignore 'step must run script with "run" section or run action with "uses" section' \
30- -ignore 'specifying action "\$/.+ " in invalid format because ref is missing' \
31- -ignore 'reusable workflow call "\$/.+ " at "uses" is not following the format'
30+ -ignore 'specifying action "\$/.* " in invalid format because ref is missing' \
31+ -ignore 'reusable workflow call "\$/.* " at "uses" is not following the format'
3232
3333 - name : Run zizmor
3434 if : ${{ !cancelled() }}
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ run = '''
4747actionlint -shellcheck= \
4848 -ignore 'unexpected key "(background|cancel|parallel|wait|wait-all)" for step' \
4949 -ignore 'step must run script with "run" section or run action with "uses" section' \
50- -ignore 'specifying action "\$/.+ " in invalid format because ref is missing' \
51- -ignore 'reusable workflow call "\$/.+ " at "uses" is not following the format' \
50+ -ignore 'specifying action "\$/.* " in invalid format because ref is missing' \
51+ -ignore 'reusable workflow call "\$/.* " at "uses" is not following the format' \
5252 {staged_files}
5353'''
5454
You can’t perform that action at this time.
0 commit comments