Skip to content

Commit

Permalink
Fix lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
IHrytsai committed Sep 21, 2023
1 parent 4be6aa2 commit 977d850
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build
on: workflow_dispatch
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -13,6 +15,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Linting
run: npm lint
run: npm run lint
- name: Test
run: npm test

0 comments on commit 977d850

Please sign in to comment.