Skip to content

Commit 0135592

Browse files
authored
Fix pull_request syntax in main.yml
1 parent 47c2d68 commit 0135592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: vsoch-check-spelling
33
on:
44
push:
55
branches: [master]
6-
pull_request: []
6+
pull_request: {}
77

88
jobs:
99
formatting:

0 commit comments

Comments
 (0)