We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6363940 commit b088787Copy full SHA for b088787
.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') }}
0 commit comments