File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 " esbenp.prettier-vscode" ,
1515 " github.codespaces" ,
1616 " github.copilot" ,
17+ " github.copilot-workspace" ,
18+ " GitHub.remotehub" ,
19+ " GitHub.vscode-codeql" ,
1720 " github.copilot-chat" ,
1821 " github.vscode-github-actions" ,
1922 " github.vscode-pull-request-github" ,
Original file line number Diff line number Diff line change 1+ name : Validate Repository Configuration
2+
3+ permissions :
4+ contents : read
5+
6+ on :
7+ push :
8+ branches : [main]
9+ pull_request :
10+ branches : [main]
11+ workflow_dispatch :
12+
13+ jobs :
14+ validate :
15+ name : Validate Baseline Configuration
16+ uses : chrisreddington/reusable-workflows/.github/workflows/baseline-validator.yml@main
17+ with :
18+ required-features :
19+ ' ghcr.io/devcontainers/features/github-cli:1,
20+ ghcr.io/devcontainers-contrib/features/prettier:1'
You can’t perform that action at this time.
0 commit comments