Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
chore(ci): deduplicate lint tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Mar 16, 2021
1 parent 67331b5 commit d0f57ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn install
- name: Run ESLint
run: yarn lint
- name: Check Non-JS files
run: yarn prettier --check "**/*.{json,md,yml}"
- run: yarn lint

test-broccoli-plugin:
name: Test Broccoli Plugin
Expand Down

0 comments on commit d0f57ed

Please sign in to comment.