diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml new file mode 100644 index 0000000..811c737 --- /dev/null +++ b/.github/workflows/sanity.yml @@ -0,0 +1,13 @@ +name: sanity +on: + push: + branches: [main] + pull_request: +permissions: + contents: read +jobs: + noop: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: echo "org profile - no tests"