Skip to content

update alloy to 0.8.1 and alloy_core to 0.8.15 #535

update alloy to 0.8.1 and alloy_core to 0.8.15

update alloy to 0.8.1 and alloy_core to 0.8.15 #535

Workflow file for this run

name: Rustfmt
on: push
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}