Skip to content

Build and test

Build and test #2

Workflow file for this run

name: Build and test
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build devcontainer image
uses: devcontainers/[email protected]
with:
runCmd: devenv test