Skip to content

Commit

Permalink
Run lint after regenerating types
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Jun 1, 2024
1 parent b3a36b7 commit e59422a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
cache: "npm"
- name: "Install dependencies"
run: "npm ci"
- name: "Lint"
run: "npm run lint"
- name: "Build types"
run: "npm run types"
- name: "Build lib"
run: "npm run build"
- name: "Build docs"
run: "npm run docs"
- name: "Lint"
run: "npm run lint"
- name: "Verify that the build is reproducible"
if: "startsWith(github.ref, 'refs/tags/v')"
shell: "bash"
Expand Down

0 comments on commit e59422a

Please sign in to comment.