feat(meta-tx): sponsored meta transactions for native Substrate accounts [ignore benchmarks] #6443
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 |