chore: Bump polkadot-sdk to stable2409-patch5 #4609
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check formatting | |
| on: | |
| push: | |
| branches: | |
| - hydra-parachain | |
| workflow_dispatch: | |
| pull_request: | |
| jobs: | |
| check-formatting: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| with: | |
| fetch-depth: 0 | |
| ref: ${{ github.event.pull_request.head.sha }} | |
| - name: Install Rust | |
| uses: codota/toolchain@00a8bf2bdcfe93aefd70422d3dec07337959d3a4 | |
| with: | |
| profile: minimal | |
| - run: cargo fmt --check |