Skip to content

chore(governance): 2026-06-12 checkpoint — bot_directives, contractil… #53

chore(governance): 2026-06-12 checkpoint — bot_directives, contractil…

chore(governance): 2026-06-12 checkpoint — bot_directives, contractil… #53

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0-or-later

Check failure on line 1 in .github/workflows/deno-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deno-ci.yml

Invalid workflow file

(Line: 21, Col: 5): Unexpected value 'timeout-minutes'
# Thin wrapper around the estate-wide reusable Deno CI bundle.
# See: hyperpolymath/standards/.github/workflows/deno-ci-reusable.yml
name: Deno CI
on:
push:
branches: [main, master]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
deno-ci:
uses: hyperpolymath/standards/.github/workflows/deno-ci-reusable.yml@f5f0506a6ec88e574753eee701a268e0d4b3a7f2 # standards#168 head
timeout-minutes: 10