diff --git a/g/GitHub Actions.yaml b/g/GitHub Actions.yaml new file mode 100644 index 0000000..431414c --- /dev/null +++ b/g/GitHub Actions.yaml @@ -0,0 +1,10 @@ +name: Hello World + +on: + workflow_dispatch + +jobs: + hello: + runs-on: ubuntu-latest + steps: + - run: echo "Hello World" diff --git a/readme.md b/readme.md index ca10fb3..a65603f 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib -## 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)