Skip to content

Commit ad6fd51

Browse files
committed
ensure update_asdl and whats_left not broken
1 parent 95eb14d commit ad6fd51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,10 @@ jobs:
342342
- name: check wasm code with prettier
343343
# prettier doesn't handle ignore files very well: https://github.com/prettier/prettier/issues/8506
344344
run: cd wasm && git ls-files -z | xargs -0 prettier --check -u
345+
- name: Check update_asdl.sh consistency
346+
run: bash scripts/update_asdl.sh && git diff --exit-code
347+
- name: Check whats_left is not broken
348+
run: python whats_left.py
345349

346350
miri:
347351
name: Run tests under miri

0 commit comments

Comments
 (0)