Skip to content

Commit b088787

Browse files
committed
Remove commented use of ASDL update script from CI workflow
1 parent 6363940 commit b088787

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@ jobs:
323323
- name: check wasm code with prettier
324324
# prettier doesn't handle ignore files very well: https://github.com/prettier/prettier/issues/8506
325325
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
328326

329327
miri:
330328
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') }}

0 commit comments

Comments
 (0)