Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

ci: removing 'check' for check names #72

Merged
merged 1 commit into from
Sep 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
FORCE_COLOR: 1

jobs:
check-clean-git-history:
name: Check Clean Git History
clean-git-history:
name: Clean Git History
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.7.17.
Expand All @@ -20,8 +20,8 @@ jobs:
fetch-depth: 0
- name: Check clean Git history.
run: earthly --ci +check-clean-git-history --from_reference "origin/${{ github.base_ref }}"
check-go-formatting:
name: Check Go Formatting
go-formatting:
name: Go Formatting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.7.17.
Expand All @@ -30,8 +30,8 @@ jobs:
uses: actions/checkout@v3
- name: Check formatting.
run: earthly --ci +check-go-formatting
check-sh-formatting:
name: Check Sh Formatting
sh-formatting:
name: Sh Formatting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.7.17.
Expand All @@ -40,8 +40,8 @@ jobs:
uses: actions/checkout@v3
- name: Check formatting.
run: earthly --ci +check-sh-formatting
check-yaml-formatting:
name: Check YAML Formatting
yaml-formatting:
name: YAML Formatting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.7.17.
Expand All @@ -50,8 +50,8 @@ jobs:
uses: actions/checkout@v3
- name: Check formatting.
run: earthly --ci +check-yaml-formatting
check-go-linting:
name: Check Go Linting
go-linting:
name: Go Linting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.7.17.
Expand All @@ -60,8 +60,8 @@ jobs:
uses: actions/checkout@v3
- name: Check linting.
run: earthly --ci +check-go-linting
check-sh-linting:
name: Check Sh Linting
sh-linting:
name: Sh Linting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.7.17.
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
FORCE_COLOR: 1

jobs:
check-linting:
name: Check Linting
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.7.17.
Expand All @@ -20,8 +20,8 @@ jobs:
fetch-depth: 0
- name: Check commits Linting.
run: earthly --ci +check-conventional-commits-linting --from_reference "origin/${{ github.base_ref }}"
check-next-version:
name: Check Next Version
next-version:
name: Next Version
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.7.17.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
FORCE_COLOR: 1

jobs:
check-linting:
name: Check Linting
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.7.17.
Expand Down