mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-07 03:06:38 +00:00
18 lines
289 B
YAML
18 lines
289 B
YAML
name: Repro
|
|
|
|
on:
|
|
push:
|
|
branches: [repro]
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
repro:
|
|
name: Repro
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 45
|
|
steps:
|
|
- run: echo 1.85.0 > rust-toolchain
|
|
- uses: dtolnay/rust-toolchain@stable
|
|
- run: cargo fmt --check
|