Skip to content

Commit

Permalink
Align naming in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Aug 16, 2024
1 parent 74d2d76 commit a7096cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ permissions:

jobs:
actionlint:
name: Actionlint
name: GitHub Actions
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
markdownlint:
name: markdown
name: Markdown
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v16
yamllint:
name: Yamllint
name: YAML
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a7096cf

Please sign in to comment.