Skip to content

feat: allow templating of the extends field #12072

feat: allow templating of the extends field

feat: allow templating of the extends field #12072

Workflow file for this run

name: Devcontainer
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review
permissions:
contents: read
jobs:
devcontainer-test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft != true
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Build and run dev container task
uses: devcontainers/ci@69124f1531ff41e7216e9eae6654a740189e4bda # v0.3.1900000347
with:
runCmd: pnpm build