We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a58ede9 + b088787 commit d66f4d5Copy full SHA for d66f4d5
.github/workflows/ci.yaml
@@ -323,8 +323,6 @@ jobs:
323
- name: check wasm code with prettier
324
# prettier doesn't handle ignore files very well: https://github.com/prettier/prettier/issues/8506
325
run: cd wasm && git ls-files -z | xargs -0 prettier --check -u
326
- # - name: Check update_asdl.sh consistency
327
- # run: bash scripts/update_asdl.sh && git diff --exit-code
328
329
miri:
330
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') }}
scripts/update_asdl.sh
0 commit comments