Skip to content

Commit

Permalink
ci(release): remove lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
keplersj committed Feb 28, 2022
1 parent e17afcc commit 7455822
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -16,8 +16,6 @@ jobs:
node-version: lts/*
- name: Install npm dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Run tests
env:
FORCE_COLOR: 1
Expand Down

0 comments on commit 7455822

Please sign in to comment.