Compare commits
No commits in common. "1dba1ab2982148f345e07e701381c5bceb9dc629" and "5c2049af949a21c8063d08a41ff914649dde299a" have entirely different histories.
1dba1ab298
...
5c2049af94
@ -1,5 +1,6 @@
|
|||||||
name: "Code Checks"
|
name: "Code Checks"
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -10,11 +11,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
# Ensure rustfmt is installed and setup problem matcher
|
# Ensure rustfmt is installed and setup problem matcher
|
||||||
- uses: actions-rust-lang/setup-rust-toolchain
|
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain
|
||||||
with:
|
with:
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- name: Rustfmt Check
|
- name: Rustfmt Check
|
||||||
uses: actions-rust-lang/rustfmt@v1
|
uses: http://github.com/actions-rust-lang/rustfmt@v1
|
||||||
|
|
||||||
# Check code with clippy
|
# Check code with clippy
|
||||||
clippy:
|
clippy:
|
||||||
@ -23,7 +24,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
# Ensure clippy is installed and setup problem matcher
|
# Ensure clippy is installed and setup problem matcher
|
||||||
- uses: actions-rust-lang/setup-rust-toolchain
|
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy
|
||||||
- run: cargo clippy -- -D warnings
|
- run: cargo clippy -- -D warnings
|
@ -9,5 +9,5 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions-rust-lang/setup-rust-toolchain
|
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain
|
||||||
- run: cargo test --all-features
|
- run: cargo test --all-features
|
||||||
|
Loading…
Reference in New Issue
Block a user