Skip to content

Commit

Permalink
Further action update and force install grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyrob committed Jul 9, 2024
1 parent 09758ed commit 101face
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tools: composer, cs2pr

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
composer-options: "--no-progress --no-ansi --no-interaction"

Expand Down Expand Up @@ -71,6 +71,9 @@ jobs:
- name: Make Composer packages available globally
run: echo "${PWD}/vendor/bin" >> $GITHUB_PATH

- name: Install grunt globally
run: npm install -g grunt-cli

- name: Log debug information
run: |
npm --version
Expand All @@ -80,7 +83,7 @@ jobs:
grunt --version
- name: Run JSHint
run: ./node_modules/grunt/bin/grunt jshint:core
run: grunt jshint:core

- name: Run ESLint
run: ./node_modules/grunt/bin/grunt eslint:core
run: grunt eslint:core

0 comments on commit 101face

Please sign in to comment.