Skip to content

Commit f06234d

Browse files
fix: use actionlint ignore pattern without shell quoting
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/5666146c-7a7e-49ce-8ca0-32b52396ba8d Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
1 parent c9587c7 commit f06234d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/consistency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- uses: docker://rhysd/actionlint:1.7.12
115115
name: Lint workflows
116116
with:
117-
args: "-color -verbose -ignore 'shellcheck reported issue in this script: SC2016'"
117+
args: -color -verbose -ignore SC2016
118118

119119
# Check that all dependencies use the pnpm catalog
120120
version-consistency:

0 commit comments

Comments
 (0)