Skip to content

Commit

Permalink
more expressive GHA job names
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed Aug 14, 2024
1 parent 162d082 commit 02547f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run: |
PATH=$PATH:$(go env GOPATH)/bin make build install-requirements test
lint:
name: Lint
go-lint:
name: Lint Golang
runs-on: large_runner
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse_helper_tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: REUSE Compliance Check
on: [push, pull_request]

jobs:
test:
reuse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
- '**/*.md'

jobs:
lint-markdown:
markdown-lint:
runs-on: ubuntu-latest
name: Lint
name: Lint Markdown
steps:
- uses: actions/checkout@v4
- name: Markdown Linting
Expand Down

0 comments on commit 02547f7

Please sign in to comment.