chore(ci): replace scorecard.yml with reusable wrapper #17
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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
|
||