Skip to content

Commit

Permalink
ci(workflows): update syntax to use run
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Dec 7, 2020
1 parent fb5bc6e commit 56282c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Build project
run: yarn build
- name: Run Continuous Integration checks
command: |
run: |
yarn ci-check
yarn lerna run ci-check

0 comments on commit 56282c6

Please sign in to comment.