Skip to content

Commit 4755b21

Browse files
committed
fix typo
Signed-off-by: Yash Suthar <yashsuthar983@gmail.com>
1 parent e3a4c59 commit 4755b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ jobs:
449449
- name: run cpython unittest
450450
run: wasmer run --dir `pwd` target/wasm32-wasip1/release/rustpython.wasm -- `pwd`/Lib/test/test_int.py
451451

452-
auto_formate_commit:
452+
auto_format_commit:
453453
needs: [rust_tests, exotic_targets, snippets_cpython, lint, miri, wasm, wasm-wasi]
454454
permissions:
455455
contents: write

0 commit comments

Comments
 (0)