Skip to content

Commit 6a22528

Browse files
committed
ci: fix typo in ci
1 parent e13c84e commit 6a22528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- runs: |
26+
- run: |
2727
npm ci
2828
npm run test:lint
2929

0 commit comments

Comments
 (0)