Skip to content

Commit 50e4d7b

Browse files
authored
ci: Fix broken pipeline (#2)
1 parent d90af9c commit 50e4d7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint_and_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ name: Lint and test
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
1616
- run: npm install
17-
- run: npm lint
17+
- run: npm run lint
1818
- run: npm test

0 commit comments

Comments
 (0)