diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml new file mode 100644 index 0000000000..b8a831c87d --- /dev/null +++ b/.github/workflows/lint-test.yml @@ -0,0 +1,18 @@ +name: Lint & Test + +on: + pull_request: + types: [opened, synchronize, reopened] + +permissions: + contents: read + +jobs: + lint-test: + name: lint-test + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - uses: KooshaPari/phenotypeActions/actions/lint-test@main