Skip to content

Bump url from 2.5.1 to 2.5.2 #1134

Bump url from 2.5.1 to 2.5.2

Bump url from 2.5.1 to 2.5.2 #1134

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Format Rust code
run: cargo fmt --all -- --check