From c777cf85504260a247369093299341b03089df6d Mon Sep 17 00:00:00 2001 From: Ryan Yeske Date: Fri, 3 Jun 2022 19:47:17 -0700 Subject: [PATCH] actions test --- .github/actions.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/actions.yml 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