Skip to content

Commit a36dc5d

Browse files
committed
Fix GH Actions syntax maybe
1 parent cdb2652 commit a36dc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Re: https://github.com/actions/setup-node/pull/125
3737
- name: Register Problem Matcher for TSC
3838
run: echo "##[add-matcher].github/tsc.json"
39-
if: (contains(matrix.node-version, '12')
39+
if: (contains(matrix.node-version, '12'))
4040

4141

4242
- name: Tests

0 commit comments

Comments
 (0)