Skip to content

chore(ci): replace scorecard.yml with reusable wrapper #17

chore(ci): replace scorecard.yml with reusable wrapper

chore(ci): replace scorecard.yml with reusable wrapper #17

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0-or-later
# 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@c3a62f0cfd993c23661519f571087ed16e13631c # standards#168 head

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

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/deno-ci.yml" -> "hyperpolymath/standards/.github/workflows/deno-ci-reusable.yml@c3a62f0cfd993c23661519f571087ed16e13631c" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.