Skip to content

Commit

Permalink
Attempt to fix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Apr 9, 2024
1 parent 23fa496 commit 39761f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/js-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
token: ${{ secrets.NPM_TOKEN }}
always-auth: true
registry-url: https://registry.npmjs.org
cache: yarn
- name: Install project dependencies
run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Lint
run: yarn lint
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: 'Install dependencies with Composer'
run: 'composer install --prefer-dist --no-interaction'
- name: 'Run PHP CodeSniffer'
run: composer run-script cs-check
run: composer run-script cs-check -- -n

stan:
name: 'Run PHP STAN'
Expand Down

0 comments on commit 39761f7

Please sign in to comment.