From 243cab5deb1eac82f55a4c4b8445c91653c01777 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 23 Jan 2020 02:39:13 +0200 Subject: [PATCH] docs: update --- .github/workflows/main.yml | 9 --------- Makefile | 3 --- 2 files changed, 12 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 11fe840..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: CI -on: [push, pull_request] -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Apply patches. - run: make test diff --git a/Makefile b/Makefile index 50ed1cb..8573837 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,3 @@ install: all clean: rm -f sowm *.o - -test: - for patch in patches/*.patch; do patch --dry-run -p1 < "$$patch"; done