Add GitHub Actions (#1198)

This commit is contained in:
Tyler887
2022-01-01 00:03:10 +00:00
committed by GitHub
parent 93b8369460
commit 4ba892e33d
2 changed files with 12 additions and 1 deletions

10
g/GitHub Actions.yaml Normal file
View File

@@ -0,0 +1,10 @@
name: Hello World
on:
workflow_dispatch
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "Hello World"