Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf878a3

Browse files
authored
Add regen CI
1 parentd4318ad commitaf878a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎.github/workflows/rust.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ jobs:
3737
run:cd $(find target/package/ -maxdepth 1 -mindepth 1 -type d) && cargo test
3838
-name:Test package without features
3939
run:cd $(find target/package/ -maxdepth 1 -mindepth 1 -type d) && cargo test --no-default-features
40+
regen:
41+
runs-on:ubuntu-latest
42+
steps:
43+
-uses:actions/checkout@v3
44+
-name:Regen
45+
run:cd scripts && python3 unicode.py
46+
-name:Diff
47+
run:diff src/tables.rs scripts/tables.rs

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp