mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
Delete .github/workflows directory
This commit is contained in:
parent
5402437584
commit
348e92f30d
20
.github/workflows/rust-check.yml
vendored
20
.github/workflows/rust-check.yml
vendored
@ -1,20 +0,0 @@
|
||||
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