Skip to content

[build]: Update PCF Tools packages to v0.3.2 #8

[build]: Update PCF Tools packages to v0.3.2

[build]: Update PCF Tools packages to v0.3.2 #8

Workflow file for this run

name: devcontainer
on:
push:
branches:
- "**"
paths:
- ".devcontainer/**"
- ".github/workflows/devcontainer.yml"
pull_request:
jobs:
devcontainer:
runs-on: ubuntu-latest
steps:
- name: "Setup: Checkout"
uses: actions/checkout@v4
- name: "Test: Build and run dev container"
uses: devcontainers/ci@v0.3
with:
runCmd: dotnet build
push: never