Skip to content

Commit

Permalink
Add additional items for pre-commit hook handling
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 committed Sep 22, 2024
1 parent bc2cdc8 commit 13087e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ env: # environment variables (available in any part of the action)
NODE_VERSION: 18

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: pre-commit/[email protected]
with:
extra_args: trailing-whitespace
eslint:
name: Run eslint scanning
runs-on: ubuntu-latest
Expand Down

0 comments on commit 13087e9

Please sign in to comment.