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

Commit

Permalink
style: improved GitHub actions formatting checks names
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Sep 15, 2023
1 parent 90e077a commit c5dbfe6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
fetch-depth: 0
- name: Check clean Git history.
run: earthly --ci +check-clean-git-history --from_reference "origin/${{ github.base_ref }}"
go-formatting:
check-go-formatting:
name: Check Go Formatting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.7.17.
Expand All @@ -29,7 +30,8 @@ jobs:
uses: actions/checkout@v3
- name: Check formatting.
run: earthly --ci +check-go-formatting
sh-formatting:
check-sh-formatting:
name: Check Sh Formatting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.7.17.
Expand All @@ -38,7 +40,8 @@ jobs:
uses: actions/checkout@v3
- name: Check formatting.
run: earthly --ci +check-sh-formatting
yaml-formatting:
check-yaml-formatting:
name: Check YAML Formatting
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.7.17.
Expand Down

0 comments on commit c5dbfe6

Please sign in to comment.