Skip to content

Commit

Permalink
Add job name and runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Palmer-Richez committed Aug 5, 2024
1 parent f4088c0 commit 4eefcf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
build-docs:
name: Build Docs
runs-on: ubuntu-latest
permissions:
contents: read
name: Build Docs

Check failure on line 15 in .github/workflows/lint-docs.yaml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[key-duplicates]

Duplication of key "name" in mapping
Expand All @@ -17,6 +19,8 @@ jobs:
init-fail-on-error: true

lint-docs:
name: Lint Docs
runs-on: ubuntu-latest
permissions:
contents: read
needs:
Expand Down

0 comments on commit 4eefcf6

Please sign in to comment.