Skip to content

Bump tokio from 1.28.2 to 1.29.1 #63

Bump tokio from 1.28.2 to 1.29.1

Bump tokio from 1.28.2 to 1.29.1 #63

Workflow file for this run

name: Cargo Check
on:
pull_request:
workflow_dispatch:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- name: Cache Packages
uses: Swatinem/rust-cache@v2
- name: Check formatting
run: cargo fmt --check
- name: Check build
run: cargo clippy