Delete .github/workflows/c.yml
This commit is contained in:
parent
31ec5ba628
commit
a484986ff0
17
.github/workflows/c.yml
vendored
17
.github/workflows/c.yml
vendored
@ -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
|
|
Loading…
Reference in New Issue
Block a user