Skip to content

Commit

Permalink
Create validate.yml (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer committed Jan 3, 2023
1 parent dfee211 commit ea254a2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/validate.yml
@@ -0,0 +1,16 @@
name: "Validate devcontainer-feature.json files"
on:
workflow_dispatch:
pull_request:

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: "Validate devcontainer-feature.json files"
uses: devcontainers/action@v1
with:
validate-only: "true"
base-path-to-features: "./src"

0 comments on commit ea254a2

Please sign in to comment.