Skip to content

Commit

Permalink
Run prettier with npx in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Mar 23, 2020
1 parent 1088a7b commit 52cad0c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,5 @@ jobs:
with:
node-version: "12.x"

- name: Install prettier
run: npm install -g prettier

- name: Format markdown with prettier
run: prettier --prose-wrap always --check '**/*.md' '*.md'
run: npx prettier --prose-wrap always --check '**/*.md' '*.md'

0 comments on commit 52cad0c

Please sign in to comment.