Skip to content

fix: docker-in-docker on Ubuntu 26.04 — verify iptables-legacy works before switching #2374

fix: docker-in-docker on Ubuntu 26.04 — verify iptables-legacy works before switching

fix: docker-in-docker on Ubuntu 26.04 — verify iptables-legacy works before switching #2374

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