Skip to content

Bump assert_cmd from 2.0.5 to 2.0.14 #99

Bump assert_cmd from 2.0.5 to 2.0.14

Bump assert_cmd from 2.0.5 to 2.0.14 #99

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: build
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: build
uses: actions-rs/cargo@v1
with:
command: build
- name: test
uses: actions-rs/cargo@v1
with:
command: test
- name: check formatting
uses: actions-rs/cargo@v1
with:
command: fmt
args: --check