Skip to content

Commit

Permalink
Remove lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfontes19 committed Jun 1, 2022
1 parent f08199e commit c1f0f41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ jobs:
node-version: [12.x]

steps:
- run: sudo npm install -g nyc mocha eslint codecov
- run: sudo npm install -g nyc mocha codecov
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run report-coverage
- run: npm run build
Expand Down

0 comments on commit c1f0f41

Please sign in to comment.