Skip to content

Commit c695ccf

Browse files
committed
Add codegen CI job
1 parent 42f5006 commit c695ccf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,16 @@ jobs:
8383
with:
8484
command: fmt
8585
args: --all -- --check
86+
87+
codegen:
88+
name: Check Codegen
89+
runs-on: ubuntu-latest
90+
steps:
91+
- uses: actions/checkout@v2
92+
- uses: actions-rs/toolchain@v1
93+
with:
94+
toolchain: stable
95+
override: true
96+
profile: minimal
97+
components: rustfmt
98+
- run: cd codegen && cargo check

0 commit comments

Comments
 (0)