ci: add rust specific ci and auto-gen oss standard labels
This commit is contained in:
parent
58a3527a69
commit
3be13d0ab6
7 changed files with 89 additions and 5 deletions
15
.github/workflows/rustfmt.yml
vendored
Normal file
15
.github/workflows/rustfmt.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Rustfmt
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- rolling
|
||||
|
||||
jobs:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: mbrobbel/rustfmt-check@master
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue