Skip to content

Update nightly version. #495

Update nightly version.

Update nightly version. #495

Workflow file for this run

# SPDX-License-Identifier: MIT
name: Rustfmt
on:
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.head_ref || github.ref_name }}
cancel-in-progress: false # The day will come, and this will be true
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rui314/setup-mold@v1
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2025-02-09
components: rustfmt
- uses: actions-rust-lang/rustfmt@v1