Skip to content

chore(deps): bump clap from 4.5.4 to 4.5.21 #22

chore(deps): bump clap from 4.5.4 to 4.5.21

chore(deps): bump clap from 4.5.4 to 4.5.21 #22

Workflow file for this run

name: ci
on:
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: lint
run: cargo fmt -- --check
- name: clippy
run: cargo clippy -- -D warnings
- name: build
run: cargo build --verbose
- name: run tests
run: cargo test --verbose