Skip to content

docs: Try gh pages for autogenerated docs #34

docs: Try gh pages for autogenerated docs

docs: Try gh pages for autogenerated docs #34

Workflow file for this run

name: Check fmt
on:
pull_request:
types: [opened, synchronize, reopened, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check-fmt:
runs-on: ubuntu-latest
container:
image: paritytech/ci-unified:bullseye-1.74.0
if: ${{ !contains(github.event.head_commit.message, 'ci-skip-rust') }}
steps:
- uses: actions/checkout@v4
- name: Run cargo fmt
run: cargo fmt -- --check
- name: Run taplo
run: taplo fmt --check