Skip to content

bump iocraft to fix mopa dep #47

bump iocraft to fix mopa dep

bump iocraft to fix mopa dep #47

Workflow file for this run

name: "build"
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: devcontainers/[email protected]
name: Build devcontainer (if needed) & run tests
with:
imageName: ghcr.io/porges/mdf/devcontainer
runCmd: |
cargo nextest run