From c82d76706a40d3079fab07fd5137a734805c9c0d Mon Sep 17 00:00:00 2001 From: manilde Date: Tue, 19 Sep 2023 15:34:46 +0200 Subject: [PATCH] Create linting_and_tests.yml --- .github/workflows/linting_and_tests.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/linting_and_tests.yml 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