Add GitHub Actions (#1198)
This commit is contained in:
10
g/GitHub Actions.yaml
Normal file
10
g/GitHub Actions.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Hello World
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Hello World"
|
||||
Reference in New Issue
Block a user