From 43a0af82daa01bec19658aa92a2b43e8c91f5366 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 28 Feb 2026 08:31:48 +0100 Subject: Create sanity-check.yml Signed-off-by: Amlal El Mahrouss --- .github/workflows/sanity-check.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/sanity-check.yml diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml new file mode 100644 index 0000000..51f6d3d --- /dev/null +++ b/.github/workflows/sanity-check.yml @@ -0,0 +1,19 @@ +name: Ne.org Build (SANITY) + +on: + push: + branches: [ "develop" ] + pull_request: + branches: [ "develop" ] + +env: + BUILD_TYPE: SANITY + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Attempt NeBuild + run: sudo curl https://github.com/nekernel-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o sanity-test -- cgit v1.2.3