Skip to content

Bump clap from 4.5.8 to 4.5.9 (#133) #67

Bump clap from 4.5.8 to 4.5.9 (#133)

Bump clap from 4.5.8 to 4.5.9 (#133) #67

Workflow file for this run

name: Cargo
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --verbose
- run: cargo test --verbose