Skip to content

Commit

Permalink
Lint before building assets so that it fails early
Browse files Browse the repository at this point in the history
  • Loading branch information
delawski committed Aug 6, 2024
1 parent 5e4acf1 commit 79b2879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
- name: Install Composer dependencies
run: composer install

- name: Build
run: npm run build

- name: Lint
run: npm run lint

- name: Build
run: npm run build

- name: Pull custom Docker images
run: docker compose pull wordpress

Expand Down

0 comments on commit 79b2879

Please sign in to comment.