Delete .github/workflows directory

This commit is contained in:
TanKanT97
2024-07-29 00:01:25 -04:00
committed by GitHub
parent f4ec937897
commit 723be2b7f4
-27
View File
@@ -1,27 +0,0 @@
name: Makefile CI
on:
push:
branches: [ "twrp-9.0" ]
pull_request:
branches: [ "twrp-9.0" ]
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