better jobname for formatter check

This commit is contained in:
Jörg Thalheim 2023-01-22 09:05:06 +01:00
parent 174b1231b2
commit df20040b23
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
- staging # for bors
- trying # for bors
jobs:
lockfile:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository

View File

@ -1,4 +1,5 @@
cut_body_after = "" # don't include text from the PR body in the merge commit message
status = [
"tests"
"tests",
"format-check"
]