Merge branch 'main' into ci-testing
This commit is contained in:
commit
bd95f81e9b
52 changed files with 3590 additions and 708 deletions
|
|
@ -12,8 +12,11 @@ jobs:
|
|||
- name: checkout code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: build
|
||||
- name: cargo build
|
||||
run: cargo build
|
||||
|
||||
- name: format
|
||||
run: cargo fmt -- --check
|
||||
- name: lint
|
||||
run: cargo clippy -- -Dwarnings
|
||||
- name: format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue