mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 21:57:18 +02:00
Create rust-check.yml
This commit is contained in:
parent
a3e0313a73
commit
5402437584
20
.github/workflows/rust-check.yml
vendored
Normal file
20
.github/workflows/rust-check.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: Rust Check
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "rewrite" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "rewrite" ]
|
||||||
|
|
||||||
|
env:
|
||||||
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
format:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: mirlahiji/rust-action@master
|
||||||
|
with:
|
||||||
|
args: cd integration-test && cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test
|
Loading…
x
Reference in New Issue
Block a user