Merge pull request #9 from chrisreddington/chrisreddington-patch-1 #7
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@main | |
with: | |
required-features: | |
'ghcr.io/devcontainers/features/github-cli:1, | |
ghcr.io/devcontainers-contrib/features/prettier:1' |