Skip to content

Commit

Permalink
Merge pull request #764 from GatherPress/fix-style-lint-name
Browse files Browse the repository at this point in the history
Fix StyleLint name.
  • Loading branch information
mauteri authored Aug 7, 2024
2 parents 15dabb0 + 9eb8312 commit aef39af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ jobs:
- name: NPM install
run: npm ci --legacy-peer-deps

- name: Run JSHint
- name: Run StyleLint
run: npm run lint:css
if: ${{ success() || failure() }}

0 comments on commit aef39af

Please sign in to comment.