build at first
This commit is contained in:
parent
984ecb6b69
commit
13d7b54c27
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: cargo build
|
||||||
|
|
||||||
- name: Run format check
|
- name: Run format check
|
||||||
run: cargo fmt --check
|
run: cargo fmt --check
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue