Skip to content

Commit d9ef642

Browse files
authored
fix(ci): fix build.yml syntax (#439)
Signed-off-by: Niladri Halder <[email protected]> Signed-off-by: Niladri Halder <[email protected]>
1 parent 4e239f0 commit d9ef642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
reporter: github-pr-review
4141
path: '.'
4242
pattern: '*.sh'
43-
exclude: './.git/*
43+
exclude: './.git/*'
4444

4545
unit-tests:
4646
if: ${{ (github.event.ref_type != 'tag') }}

0 commit comments

Comments
 (0)