docs: update

This commit is contained in:
Dylan Araps 2020-01-23 02:39:13 +02:00
parent 4f18161758
commit 243cab5deb
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -19,6 +19,3 @@ install: all
clean:
rm -f sowm *.o
test:
for patch in patches/*.patch; do patch --dry-run -p1 < "$$patch"; done