Skip to content

Bump lycheeverse/lychee-action from 2ac9f030ccdea0033e2510a23a67da2a2da98492 to c053181aa0c3d17606addfe97a9075a32723548a #1

Bump lycheeverse/lychee-action from 2ac9f030ccdea0033e2510a23a67da2a2da98492 to c053181aa0c3d17606addfe97a9075a32723548a

Bump lycheeverse/lychee-action from 2ac9f030ccdea0033e2510a23a67da2a2da98492 to c053181aa0c3d17606addfe97a9075a32723548a #1

Workflow file for this run

name: Rustfmt check
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
merge_group:
jobs:
quick_check:
strategy:
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
container:
image: paritytech/ci-unified:bullseye-1.73.0-2023-11-01-v20231025
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Cargo fmt
run: cargo +nightly fmt --all -- --check