diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-28 08:31:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-28 08:31:48 +0100 |
| commit | 43a0af82daa01bec19658aa92a2b43e8c91f5366 (patch) | |
| tree | c84dd3cf1d8228df0c591f7ef9bff170d88e2c7e | |
| parent | bc2d74657885cc9258d5352ae0063e3b3463797b (diff) | |
Create sanity-check.yml
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .github/workflows/sanity-check.yml | 19 |
1 files changed, 19 insertions, 0 deletions
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 |
