Skip to content

fix: cache extensions for _REMOTE_USER_HOME instead of `_CONTAINER_… #151

fix: cache extensions for _REMOTE_USER_HOME instead of `_CONTAINER_…

fix: cache extensions for _REMOTE_USER_HOME instead of `_CONTAINER_… #151

Workflow file for this run

name: Schema Validation
on:
workflow_dispatch:
pull_request:
push:
branches: [ main ]
paths:
- src/**
- test/**
- .github/workflows
defaults:
run:
shell: bash
permissions:
contents: read
jobs:
validate:
name: JSON
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Validate devcontainer-feature.json
uses: devcontainers/action@v1
with:
validate-only: 'true'
base-path-to-features: ./src