Rename job in format workflow to all
This commit is contained in:
parent
e9ac53bb9a
commit
b2242c571f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: Format
|
name: Format
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
native:
|
all:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: hecrj/setup-rust-action@v1
|
- uses: hecrj/setup-rust-action@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue