Skip to content

Commit c7a937c

Browse files
authored
Add rust-maintain to auto-update Dependencies and auto-fix lints (#58)
1 parent 98cb909 commit c7a937c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Crate maintenance
2+
3+
on:
4+
schedule:
5+
- cron: "14 3 * * 5" # every friday at 03:14
6+
workflow_dispatch:
7+
8+
jobs:
9+
rust-maintain:
10+
runs-on: ubuntu-latest
11+
12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
16+
steps:
17+
# you should use a *pinned commit*:
18+
- uses: Swatinem/rust-maintain@d30335b4b3c4c7a19c42ca2e25e3d73500f22098

0 commit comments

Comments
 (0)