8000 Update ci.yml · unicode-rs/unicode-xid@c80c8cf · GitHub
[go: up one dir, main page]

Skip to content

Commit c80c8cf

Browse files
authored
Update ci.yml
1 parent 2f4eee5 commit c80c8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v2
3939
- name: Verify regenerated files
40-
run: ./scripts/unicode.py && diff tables.rs src/tables.rs
40+
run: ./scripts/unicode.py && rustfmt tables.rs && diff tables.rs src/tables.rs

0 commit comments

Comments
 (0)
0