Add SHA for Actions, add NOTICE file #7
Workflow file for this run
This file contains 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
name: Validate Repository Configuration | ||
permissions: | ||
contents: read | ||
on: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
branches: [main] | ||
workflow_dispatch: | ||
jobs: | ||
validate: | ||
name: Validate Baseline Configuration | ||
uses: chrisreddington/reusable-workflows/.github/workflows/baseline-validator.yml@d62f6e0 | ||
Check failure on line 16 in .github/workflows/baseline.yml GitHub Actions / .github/workflows/baseline.ymlInvalid workflow file
|
||
with: | ||
required-features: "ghcr.io/devcontainers/features/github-cli:1" |