Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Test linitng
  • Loading branch information
MelleD authored Apr 27, 2024
1 parent bfdb0d0 commit 99944d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: |
npm install
- name: Run linters
uses: wearerequired/lint-action@v2
with:
eslint: true
prettier: true
- name: Build and Test
run: |
npm install
npm run test
Expand Down

0 comments on commit 99944d1

Please sign in to comment.