Fix check/list workflow and step name
All checks were successful
Check and lint / Check and lint (push) Successful in 50s
All checks were successful
Check and lint / Check and lint (push) Successful in 50s
This commit is contained in:
parent
1ff6bff947
commit
8bb631c9db
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
name: "Check, lint and test"
|
||||
name: "Check and lint"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
check_lint:
|
||||
name: Check, lint and test
|
||||
name: Check and lint
|
||||
runs-on: rust-latest
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
|
|
Loading…
Reference in a new issue