Skip to content

Codex/find and fix a bug (#12782) #1

Codex/find and fix a bug (#12782)

Codex/find and fix a bug (#12782) #1

name: Test DevContainer Build
on:
push:
paths:
- ".devcontainer/**"
pull_request:
paths:
- ".devcontainer/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: devcontainers/ci@v0.3
with:
push: never
runCmd: "true"