diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..cc1294f --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,10 @@ +name: Basic workflow +run-name: Testing Github Actions + +on: [push] + +jobs: + basic_workflow: + runs-on: ubuntu-latest + steps: + - run: echo "Executing this workflow"