Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
zoido committed Dec 10, 2023
1 parent 3520d1d commit 090cd97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
lint:
name: Build
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:

jobs:
lint:
name: Lint
name: "Go: Lint"
uses: ./.github/workflows/go-lint.yaml

build:
name: Build
name: "Go: Build"
uses: ./.github/workflows/go-build.yaml

test:
name: Test
name: "Go: Build"
uses: ./.github/workflows/go-test.yaml

secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
lint:
name: Lint
name: "Markdown: Lint"
uses: ./.github/workflows/markdown-lint.yaml

0 comments on commit 090cd97

Please sign in to comment.