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

Commit

Permalink
ci: removing 'check' for check names
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Sep 16, 2023
1 parent 703c21e commit 83166b4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
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

0 comments on commit 83166b4

Please sign in to comment.