diff --git a/.github/actions.yml b/.github/actions.yml new file mode 100644 index 0000000..5dc0503 --- /dev/null +++ b/.github/actions.yml @@ -0,0 +1,7 @@ +name: Emacs +on: [push] +jobs: + Load-Emacs: + runs-on: ubuntu-latest + steps: + -run: echo hello world