Skip to content

Commit d88c962

Browse files
committed
fix: auto generate before to build or check
1 parent 0ced7d3 commit d88c962

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/clippy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ jobs:
5050
needs: [fmt, leptosfmt]
5151
runs-on: ubuntu-22.04
5252
steps:
53-
- uses: actions/checkout@v2
53+
- name: Checkout
54+
uses: actions/checkout@v3
55+
with:
56+
submodules: 'recursive'
5457

5558
- uses: actions-rs/toolchain@v1
5659
with:

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Build
3939
run: |
4040
npm i
41+
cargo check
4142
trunk build --release
4243
- name: Upload artifact
4344
uses: actions/upload-pages-artifact@v1

0 commit comments

Comments
 (0)