Skip to content

Merge pull request #209 from tonymushah/renovate/clap-4.x-lockfile #496

Merge pull request #209 from tonymushah/renovate/clap-4.x-lockfile

Merge pull request #209 from tonymushah/renovate/clap-4.x-lockfile #496

Workflow file for this run

name: Rust
on:
push:
branches: [ "v0.x", "main" ]
pull_request:
branches: [ "v0.x", "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4 # v4
- name: Build
run: cargo build --verbose
- name: Run checks
run: cargo clippy --verbose