Skip to content

Commit

Permalink
Fixing the prettier checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Sep 3, 2020
1 parent 8894a6a commit 7175ac8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Check code formatting
uses: creyD/[email protected]
with:
dry: true
prettier_options: --check .
run: npx prettier --check .

build:
name: Build webassembly demo
Expand All @@ -34,7 +31,7 @@ jobs:
override: true
profile: minimal
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Cache yarn build
uses: actions/cache@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ boa/benches/bench_scripts/mini_js.js
boa/benches/bench_scripts/clean_js.js
boa_wasm/pkg
dist
test262
tests/js/test.js

0 comments on commit 7175ac8

Please sign in to comment.