Skip to content

Commit 22c691b

Browse files
authored
ci: Add eslint action (#244)
1 parent 9cb7543 commit 22c691b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ jobs:
3333
TKUSER: ${{ secrets.IBMI_USERNAME }}
3434
TKPASS: ${{ secrets.IBMI_PASSWORD }}
3535

36+
eslint:
37+
runs-on: ubuntu-latest
38+
steps:
39+
- uses: actions/checkout@v2
40+
- run: npm ci
41+
- run: npm run lint

0 commit comments

Comments
 (0)