Create GithubActions workflow
This commit is contained in:
parent
cb03223c9b
commit
8f4c3e4a51
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…
Reference in New Issue
Block a user