diff --git a/.github/workflows/linting_and_tests.yml b/.github/workflows/linting_and_tests.yml new file mode 100644 index 0000000..66fae16 --- /dev/null +++ b/.github/workflows/linting_and_tests.yml @@ -0,0 +1,10 @@ +name: CI Checks + +on: + pull_request: + branches: main + +jobs: + linting-and-tests: + name: Linting and tests + uses: amsterdam/github-workflows/.github/workflows/CI.yml@v1