Skip to content

Commit

Permalink
run lint-package in the ci workflow in the build job
Browse files Browse the repository at this point in the history
  • Loading branch information
nygardk committed Feb 11, 2024
1 parent 4e74597 commit 8d264aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/npm-install
- run: npm run build
- run: npm run build && npm run lint-package

0 comments on commit 8d264aa

Please sign in to comment.