Skip to content

Commit

Permalink
short reusable job names
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Sep 15, 2024
1 parent 7a0baf8 commit eced1a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.reusable.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string

jobs:
download-artifact-lint:
lint:
runs-on: ${{ inputs.os }}
steps:
- name: "Git"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.reusable.misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string

jobs:
download-artifact-lint:
misc:
runs-on: ${{ inputs.os }}
steps:
- name: "Git"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.reusable.test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string

jobs:
download-artifact-test-coverage:
test-coverage:
runs-on: ${{ inputs.os }}
steps:
- name: "Git"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.reusable.test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
type: string

jobs:
download-artifact-lint:
lint:
runs-on: ${{ inputs.os }}

steps:
Expand Down

0 comments on commit eced1a9

Please sign in to comment.