remove github actions

This commit is contained in:
MeexReay 2025-06-18 21:48:16 +03:00 committed by GitHub
parent 3a789aae20
commit c3982a211c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,22 +0,0 @@
name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check
run: cargo check --verbose
- name: Build
run: cargo build --verbose