Skip to content

Commit 1231a1c

Browse files
Merge pull request #11 from chrisreddington/baseline
Initialize baseline configuration workflow
2 parents 018db7c + b2fcf64 commit 1231a1c

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
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",

.github/workflows/baseline.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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'

0 commit comments

Comments
 (0)