From e6504edb0fe17fdfa7bc1b454616c51f4223fa12 Mon Sep 17 00:00:00 2001 From: Sakshi-dell <75004921+Sakshi-dell@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:25:54 +0530 Subject: [PATCH 1/2] workflow updated --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f35053d2..83a8a5ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout the code uses: actions/checkout@v3 - name: Run the formatter, linter, and vetter - uses: dell/common-github-actions/go-code-formatter-linter-vetter@main + uses: dell/common-github-actions/go-code-formatter-vetter@main with: directories: ./... sanitize: From 3feaa3dce98ae65e6782afa30cea26164d693380 Mon Sep 17 00:00:00 2001 From: Sakshi-dell <75004921+Sakshi-dell@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:28:15 +0530 Subject: [PATCH 2/2] updated message --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 83a8a5ac..6eafdc2e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,5 @@ # This is a workflow with the following actions -#1. Check Go formatting, linting, vetting +#1. Check Go formatting, vetting #2. Check for forbidden words #3. Build #4. Go security @@ -33,12 +33,12 @@ env: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: code-check: - name: Check Go formatting, linting, vetting + name: Check Go formatting, vetting runs-on: ubuntu-latest steps: - name: Checkout the code uses: actions/checkout@v3 - - name: Run the formatter, linter, and vetter + - name: Run the formatter, and vetter uses: dell/common-github-actions/go-code-formatter-vetter@main with: directories: ./...