Delete .github/workflows directory

This commit is contained in:
S.B
2026-01-05 07:57:41 +02:00
committed by GitHub
parent eb2e8542a9
commit dbd2b50ef2
-22
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: Kali
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose