From e49d9ec99f2a63b84f58f6577f58ede2306ddea7 Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Sat, 16 Sep 2023 00:21:34 +0100 Subject: [PATCH] style: improved GitHub actions formatting checks names --- .github/workflows/continuous-integration.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d426773..cebf08b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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. @@ -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. @@ -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.