Delete .github/workflows/c.yml

This commit is contained in:
Rose Apollo 2024-01-05 10:05:14 +00:00 committed by GitHub
parent 31ec5ba628
commit a484986ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +0,0 @@
name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make test
run: make test