Skip to content

Bump actions/checkout from 5 to 6 in the github-actions group #61

Bump actions/checkout from 5 to 6 in the github-actions group

Bump actions/checkout from 5 to 6 in the github-actions group #61

Workflow file for this run

---
name: "Validate devcontainer-feature.json files"
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
validate:
runs-on: ubuntu-24.04
steps:
- name: Checkout Code
uses: actions/checkout@v6
- name: "Validate devcontainer-feature.json files"
uses: devcontainers/action@v1
with:
validate-only: "true"
base-path-to-features: "./src"