Skip to content

Commit 8d65ea2

Browse files
dev-ashishkAshish Kumar
authored andcommitted
chore: CI file updated
1 parent a5f3632 commit 8d65ea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml renamed to .github/workflows/linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
uses: actions/setup-node@v1
2323
with:
2424
node-version: ${{ matrix.node-version }}
25+
- run: npm ci
26+
- run: npm install
2527
- run: npm run lint

0 commit comments

Comments
 (0)