Skip to content

Commit

Permalink
chore(build): re-enables linting as angular-eslint supports angular 13
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Dec 9, 2021
1 parent 70c6e19 commit f795335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci
# - name: Lint
# run: npm run lint
- name: Lint
run: npm run lint
- name: Format check
run: npm run format:check
- name: Build
Expand Down

0 comments on commit f795335

Please sign in to comment.