We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95eb14d commit ad6fd51Copy full SHA for ad6fd51
.github/workflows/ci.yaml
@@ -342,6 +342,10 @@ jobs:
342
- name: check wasm code with prettier
343
# prettier doesn't handle ignore files very well: https://github.com/prettier/prettier/issues/8506
344
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
349
350
miri:
351
name: Run tests under miri
0 commit comments