From c3c3b9aae4ae189fc0cb6532fe63740d6e63a901 Mon Sep 17 00:00:00 2001 From: tattarw <61598610+tattarw@users.noreply.github.com> Date: Wed, 10 Jun 2026 08:27:40 +0000 Subject: [PATCH] ci: add .github/workflows/sanity.yml --- .github/workflows/sanity.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/sanity.yml 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"