remove github ci - scroll - scrollbackbuffer program for st
(HTM) git clone git://git.suckless.org/scroll
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit cbafbee9b7f97f09490e39a4994434e1c2008b0f
(DIR) parent d65408cdb49a0739ecf930e5aa210382c77f7549
(HTM) Author: Jan Klemkow <j.klemkow@wemelug.de>
Date: Sun, 3 May 2020 21:41:27 +0200
remove github ci
Diffstat:
D .github/workflows/ccpp.yml | 17 -----------------
1 file changed, 0 insertions(+), 17 deletions(-)
---
(DIR) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
@@ -1,17 +0,0 @@
-name: C/C++ CI
-
-on: [push]
-
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
- - name: make
- run: make
- - name: make test
- run: make test
- - name: make clean
- run: make clean