Skip to content

Commit

Permalink
chore: add linting to premerge CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebrynes7 committed Feb 29, 2024
1 parent e3e64d5 commit 2af8544
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/premerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
run: npm install
working-directory: ./plugin

- name: Lint
run: npm run lint:check
working-directory: ./plugin

- name: Check
run: npm run check
working-directory: ./plugin
Expand Down

0 comments on commit 2af8544

Please sign in to comment.