Skip to content

Commit 7fa874f

Browse files
Merge pull request #14 from chrisreddington/doc-tweaks
Add new badge, fix references
2 parents daad385 + 081f37c commit 7fa874f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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

@@ -26,7 +27,7 @@ Steps:
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'

0 commit comments

Comments
 (0)