Skip to content

Commit 77b6d83

Browse files
authored
Fix syntax error in action example
1 parent 7d60e45 commit 77b6d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: MetaMask/Security-Code-Scanner@main
4242
with:
4343
repo: ${{ github.repository }}
44-
paths_ignored: |
44+
paths_ignored: |
4545
.storybook/
4646
'**/__snapshots__/'
4747
'**/*.snap'

0 commit comments

Comments
 (0)