Skip to content

chore(licence): normalise to MPL-2.0 (code) + CC-BY-SA-4.0 (docs) #66

chore(licence): normalise to MPL-2.0 (code) + CC-BY-SA-4.0 (docs)

chore(licence): normalise to MPL-2.0 (code) + CC-BY-SA-4.0 (docs) #66

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0

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