commit 243cab5deb1eac82f55a4c4b8445c91653c01777 parent 4f1816175884e0dcdb6cea60baf43eeecd122a22 Author: Dylan Araps <dylan.araps@gmail.com> Date: Thu, 23 Jan 2020 02:39:13 +0200 docs: update Diffstat:
D | .github/workflows/main.yml | | | 9 | --------- |
M | Makefile | | | 3 | --- |
2 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -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 @@ -19,6 +19,3 @@ install: all clean: rm -f sowm *.o - -test: - for patch in patches/*.patch; do patch --dry-run -p1 < "$$patch"; done