Skip to content

chore(deps): bump whoami from 1.1.0 to 1.5.1 #87

chore(deps): bump whoami from 1.1.0 to 1.5.1

chore(deps): bump whoami from 1.1.0 to 1.5.1 #87

Workflow file for this run

name: fmt
on:
pull_request:
push:
branches:
- main
jobs:
fmt:
name: fmt
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- beta
- nightly
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
components: rustfmt
- name: Run fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check