Skip to content

Commit f3e9d1f

Browse files
fix: typo
1 parent 6b57b18 commit f3e9d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: yarn build:ci
4646

4747
test:
48-
need: [lint, typecheck]
48+
needs: [lint, typecheck]
4949
runs-on: ubuntu-latest
5050
timeout-minutes: 10
5151
steps:

0 commit comments

Comments
 (0)