File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- # Dev Container Validator
1+ # Validate Dev Container Configuration
22
33[ ![ GitHub Super-Linter] ( https://github.com/chrisreddington/validate-devcontainer/actions/workflows/linter.yml/badge.svg )] ( https://github.com/chrisreddington/validate-devcontainer )
44![ CI] ( https://github.com/chrisreddington/validate-devcontainer/actions/workflows/ci.yml/badge.svg )
55[ ![ Check dist/] ( https://github.com/chrisreddington/validate-devcontainer/actions/workflows/check-dist.yml/badge.svg )] ( https://github.com/chrisreddington/validate-devcontainer/actions/workflows/check-dist.yml )
66[ ![ CodeQL] ( https://github.com/chrisreddington/validate-devcontainer/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/chrisreddington/validate-devcontainer/actions/workflows/codeql-analysis.yml )
77[ ![ Coverage] ( ./badges/coverage.svg )] ( ./badges/coverage.svg )
8+ [ ![ Validate Repository Configuration] ( https://github.com/chrisreddington/validate-devcontainer/actions/workflows/baseline.yml/badge.svg )] ( https://github.com/chrisreddington/validate-devcontainer/actions/workflows/baseline.yml )
89
9- A GitHub Action to validate Dev Container configuration. This action checks
10- required Visual Studio Code extensions and optionally validates task
11- configuration in devcontainer.json files.
10+ A GitHub Action to validate Dev Container configuration. This action can check
11+ for required Visual Studio Code extensions, validate task configuration and
12+ check for required features in devcontainer.json files.
1213
1314## Features
1415
2627 - uses : actions/checkout@v4
2728
2829 - name : Validate Dev Container
29- uses : chrisreddington/validate-devcontainer@v1
30+ uses : chrisreddington/validate-devcontainer@v0.0.1
3031 with :
3132 # Required Visual Studio Code extensions (comma-separated)
3233 required-extensions : ' GitHub.codespaces,GitHub.vscode-github-actions'
You can’t perform that action at this time.
0 commit comments