Skip to content

Merge pull request #31 from a-0vi/patch/change-yq-installation-method #97

Merge pull request #31 from a-0vi/patch/change-yq-installation-method

Merge pull request #31 from a-0vi/patch/change-yq-installation-method #97

Workflow file for this run

name: "Validate devcontainer-feature.json files"
on:
push:
branches:
- main
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"