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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"

View File

@ -9,7 +9,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
<!--Languages start-->
## Languages (848 total)
## Languages (849 total)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
* [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21)
@ -409,6 +409,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Gri](g/Gri.gri)
* [GridScript](g/GridScript.gridscript)
* [Grin](g/Grin.grin)
* [GitHub Actions](g/GitHub%20Actions.yaml)
* [Grok](g/Grok)
* [Groovy](g/Groovy.groovy)
* [GTA3Script](g/GTA3Script.sc)