Skip to content

Kusama: remove migrations applied by spec_version: 1_000_000 #271

Kusama: remove migrations applied by spec_version: 1_000_000

Kusama: remove migrations applied by spec_version: 1_000_000 #271

Workflow file for this run

name: "Rustfmt (check)"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
rustfmt:
runs-on: ubuntu-22.04
steps:
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: rustfmt
- name: Checkout
uses: actions/checkout@v3
- name: Rustfmt (check)
run: cargo +nightly fmt --all -- --check