Create GithubActions workflow

This commit is contained in:
Bert Blommers 2021-01-23 20:46:54 +00:00 committed by GitHub
parent cb03223c9b
commit 8f4c3e4a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,7 @@
name: Example Action
on: [push]
jobs:
job1:
runs-on: ubuntu-latest
steps:
- run: echo "Test"