Rename job in format workflow to all

This commit is contained in:
Héctor Ramón Jiménez 2020-03-21 05:39:07 +01:00
parent e9ac53bb9a
commit b2242c571f

View File

@ -1,7 +1,7 @@
name: Format
on: [push, pull_request]
jobs:
native:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1