Fix check/list workflow and step name
All checks were successful
Check and lint / Check and lint (push) Successful in 50s

This commit is contained in:
Paul van Tilburg 2024-07-27 16:30:57 +02:00
parent 1ff6bff947
commit 8bb631c9db
Signed by: paul
GPG key ID: C6DE073EDA9EEC4D

View file

@ -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