Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hueitan committed Nov 22, 2023
1 parent e2323e6 commit f617bc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,16 @@ jobs:
with:
php-version: '8.2'

- name: Install PHP_CodeSniffer
run: |
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
php phpcs.phar --version
- name: Install and Build
run: |
npm install
npm run build
- name: Linter
run: |
npm run lint:js
Expand Down

0 comments on commit f617bc8

Please sign in to comment.