Skip to content

Commit

Permalink
DEV: Update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Discourse CI committed Oct 12, 2020
1 parent 4bf5e20 commit c78cd99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/plugin-linting.yml
Expand Up @@ -40,10 +40,7 @@ jobs:
run: |
yarn prettier -v
if [ -d "assets" ]; then \
yarn prettier --list-different \
"assets/**/*.{scss,js,es6}" \
else \
exit 0 \
yarn prettier --list-different "assets/**/*.{scss,js,es6}" ; \
fi
- name: Rubocop
Expand Down

0 comments on commit c78cd99

Please sign in to comment.