Skip to content

Commit 30e4c04

Browse files
committed
Fix typo
1 parent 6bbf09e commit 30e4c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:
19-
- uses: actions/checkout@v6if
19+
- uses: actions/checkout@v6
2020

2121
- name: Create target directory
2222
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)