Delete rust.yml

This commit is contained in:
Guilherme Werner
2024-01-24 21:11:32 -03:00
parent 7c2ce3bcb6
commit e701f20c1a

View File

@ -1,29 +0,0 @@
name: Rust
on:
push:
branches:
- main
paths:
- "**/*.rs"
- "**/Cargo.toml"
- "**/Cargo.lock"
- ".github/workflows/rust.yml"
pull_request:
branches:
- main
paths:
- "**/*.rs"
- "**/Cargo.toml"
- "**/Cargo.lock"
- ".github/workflows/rust.yml"
jobs:
check:
name: cargo check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo check --workspace