Skip to content

Bump actions/checkout from 4 to 6 #2

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #2

Workflow file for this run

name: "Validate devcontainer-feature.json files"
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
steps:
- uses: actions/checkout@v6
- name: "Validate devcontainer-feature.json files"
uses: devcontainers/action@v1
with:
validate-only: "true"
base-path-to-features: "./src"