Add rust-toolchain.toml awareness

This commit is contained in:
Murph Murphy 2023-01-31 14:10:59 -07:00
parent c758e63728
commit 5ab0241b57
4 changed files with 69 additions and 55 deletions

12
.github/workflows/sync.yml vendored Normal file
View 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