Skip to content

Bump wrangler from 4.95.0 to 4.103.0 #562

Bump wrangler from 4.95.0 to 4.103.0

Bump wrangler from 4.95.0 to 4.103.0 #562

Workflow file for this run

name: rustfmt
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
components: rustfmt
- name: run rustfmt
run: cargo fmt --all --check