Skip to content

Pin to ubuntu-24.04 for workflows #45

Pin to ubuntu-24.04 for workflows

Pin to ubuntu-24.04 for workflows #45

Workflow file for this run

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