Export the reviewed application-neutral package set through the exact public allowlist. Development history and private application evidence remain outside this canonical source root. Developed with material AI assistance under maintainer review. Signed-off-by: Cole Speelman <crspeelman@gmail.com>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
name: verify
|
||||
on:
|
||||
push:
|
||||
branches: [main, 'codex/**']
|
||||
workflow_dispatch:
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
verify:
|
||||
runs-on: himesan-go1266
|
||||
timeout-minutes: 25
|
||||
env:
|
||||
GOTOOLCHAIN: local
|
||||
GOWORK: off
|
||||
steps:
|
||||
- name: Require the repository owner
|
||||
run: test "$GITHUB_ACTOR" = gamertan
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
- name: Verify Go toolchain
|
||||
run: test "$(go env GOVERSION)" = go1.26.6
|
||||
- name: Verify
|
||||
run: ./scripts/verify.sh
|
||||
- name: Require an unchanged checkout
|
||||
run: test -z "$(git status --porcelain=v1 --untracked-files=all)"
|
||||
Reference in New Issue
Block a user