Skip to content

Commit

Permalink
Align workflow job name
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Feb 19, 2024
1 parent 856c309 commit 1287476
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: go lint
on: [push]
jobs:
lint:
go-lint:
runs-on: ubuntu-latest
steps:
- name: git clone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: go test
on: [push]
jobs:
test:
go-test:
runs-on: ubuntu-latest
steps:
- name: git clone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: json lint
on: [push]
jobs:
lint:
json-lint:
runs-on: ubuntu-latest
steps:
- name: git clone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: markdown lint
on: [push]
jobs:
lint:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: git clone
Expand Down

0 comments on commit 1287476

Please sign in to comment.