Skip to content

chore(deps): update tower to 0.5 and move tower_compat to salvo_extra… #877

chore(deps): update tower to 0.5 and move tower_compat to salvo_extra…

chore(deps): update tower to 0.5 and move tower_compat to salvo_extra… #877

Workflow file for this run

on:
push:
branches:
- '*'
- '!release'
name: format
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}