Create GithubActions workflow
This commit is contained in:
parent
cb03223c9b
commit
8f4c3e4a51
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build.yml
vendored
Normal file
7
.github/workflows/build.yml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
name: Example Action
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
job1:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Test"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue