Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Bump actions/checkout from 3.5.3 to 3.6.0 #5047

Bump actions/checkout from 3.5.3 to 3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0 #5047

Workflow file for this run

name: Rustfmt check
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
quick_check:
strategy:
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
container:
image: paritytech/ci-linux:production
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Cargo fmt
run: cargo +nightly fmt --all -- --check