mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-07 19:26:37 +00:00
Add rust-toolchain.toml
awareness
This commit is contained in:
parent
c758e63728
commit
5ab0241b57
4 changed files with 69 additions and 55 deletions
12
.github/workflows/sync.yml
vendored
Normal file
12
.github/workflows/sync.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Rebase Upstream
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * 0" # run once a week
|
||||
workflow_dispatch: # run manually
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: imba-tjd/rebase-upstream-action@master
|
Loading…
Add table
Add a link
Reference in a new issue