Skip to content

refactor(mc): support Debian and Ubuntu #38

refactor(mc): support Debian and Ubuntu

refactor(mc): support Debian and Ubuntu #38

Workflow file for this run

name: Validate Features
on:
pull_request:
paths:
- "features/src/**/devcontainer-feature.json"
- ".github/workflows/validate.yml"
permissions:
contents: read
jobs:
validate:
name: Validate devcontainer-feature.json files
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Validate devcontainer-feature.json files
uses: devcontainers/action@528049dce833673f136ddfc09c2720d450029a6b # v1.4.2
with:
validate-only: "true"
base-path-to-features: "./features/src"