Merge pull request #91 from WiringPi/patch-actions

GitHub Actions
This commit is contained in:
Philip Howard 2020-11-26 20:01:21 +00:00 committed by GitHub
commit 3772a913d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Build
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run build
run: |
./build