Skip to content

Bump rust from 1.71.1 to 1.72.0 #52

Bump rust from 1.71.1 to 1.72.0

Bump rust from 1.71.1 to 1.72.0 #52

Workflow file for this run

name: rust
on:
push:
branches:
- main
pull_request: {}
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: check
check-format:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
clippy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: clippy