Add name to lint-and-format job in GitHub workflow
This commit is contained in:
parent
d0509d6f27
commit
445adfc9cb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/linting.yaml
vendored
1
.github/workflows/linting.yaml
vendored
|
|
@ -10,6 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
lint-and-format:
|
||||
name: Linting and Formatting
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue