Skip to content

Commit 7af184c

Browse files
committed
ci: Rename workflow jobs to match the workflow name.
1 parent 9ef0160 commit 7af184c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ruby-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
jobs:
8-
lint:
8+
ruby-lint:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v6

.github/workflows/ruby-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
jobs:
8-
test:
8+
ruby-test:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)