From a55dcd2baa0450e62531b954947817c59751d9ac Mon Sep 17 00:00:00 2001 From: rf20008 <64931063+rf20008@users.noreply.github.com> Date: Sun, 23 Oct 2022 00:58:26 -0400 Subject: [PATCH] Create main.yml This is supposed to be --- .github/workflows/main.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..0275b0ee --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,21 @@ +#Heavy help was obtained from https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions +name: testing-to-make-sure-that-it-compiles +run-name: test +on: + pull_request: + branches: + - beta + types: [opened, reopened, edited, closed] + push: + branches: + - beta + - main + - releases/** +permissions: read-all +jobs: + test-mac: + name: This job is to test on a Mac + runs-on: macos-latest + steps: + run: + python3.10 main.py DO_NOT_CONNECT