diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..008d3679 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,19 @@ +name: Run SEO Tests + +on: + pull_request: + branches: [ master ] + types: + - created + - reopened + - review_requested + +jobs: + run_seo_tests: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Hello + run: ls + - name: Step two + run: echo 'Hello there' diff --git a/dummy.js b/dummy.js new file mode 100644 index 00000000..c5a85e53 --- /dev/null +++ b/dummy.js @@ -0,0 +1 @@ +console.log("Hello, I'm dummy")