Skip to content

build(deps): bump clap from 4.4.7 to 4.4.8 #134

build(deps): bump clap from 4.4.7 to 4.4.8

build(deps): bump clap from 4.4.7 to 4.4.8 #134

Workflow file for this run

name: "test"
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
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 }}
- name: Build and run Dev Container task
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/cadubentzen/vvdec-rs-devcontainer
runCmd: |
cargo test --workspace