Skip to content

Commit

Permalink
[CI/check-pr] run fmt in parities docker containing the nightly toolc…
Browse files Browse the repository at this point in the history
…hain
  • Loading branch information
clangenb committed Feb 29, 2024
1 parent 4282d74 commit 8cbceac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
if: ${{ !startsWith(github.head_ref, 'release/') }}
name: Rustfmt
runs-on: ubuntu-latest
container:
# contains the nightly-toolchain
image: docker.io/paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109
continue-on-error: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8cbceac

Please sign in to comment.