Delete .github/workflows directory

This commit is contained in:
TanKanT97
2024-07-28 21:00:38 -04:00
committed by GitHub
parent d70d0f130d
commit abd44c2727
-27
View File
@@ -1,27 +0,0 @@
name: Makefile CI
on:
push:
branches: [ "cm-14.1" ]
pull_request:
branches: [ "cm-14.1" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: Install dependencies
run: make
- name: Run check
run: make check
- name: Run distcheck
run: make distcheck