Add name to lint-and-format job in GitHub workflow
(cherry picked from commit 445adfc9cb)
This commit is contained in:
parent
84cb2f792d
commit
395b2d82de
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:
|
jobs:
|
||||||
lint-and-format:
|
lint-and-format:
|
||||||
|
name: Linting and Formatting
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue