Skip to content

Commit

Permalink
Update .github/workflows/lint.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Rozenberg <rodaniel@amp.dev>
  • Loading branch information
powerivq and danielrozenberg authored Apr 3, 2024
1 parent 4c3adb7 commit c9992af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
run: npm ci

- name: Linting YAML files
run: |
gulp lintYaml
run: gulp lintYaml

- name: Linting JavaScript files
run: |
gulp lintNode
run: gulp lintNode

0 comments on commit c9992af

Please sign in to comment.