mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-07 19:26:37 +00:00
Reproduce issue 153
This commit is contained in:
parent
b3b07ba8b4
commit
9205c9b79d
4 changed files with 26 additions and 0 deletions
18
.github/workflows/repro.yml
vendored
Normal file
18
.github/workflows/repro.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue