From d888ffe410b675636a975135187e3894c156067a Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Fri, 22 Nov 2024 09:31:41 -0500 Subject: [PATCH] Update actions.yaml --- .github/workflows/actions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index b5204f1c..a667fe31 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -6,13 +6,13 @@ on: branches: [ main ] jobs: code-check: - name: Check Go formatting, linting, vetting + name: Check Go formatting and vetting runs-on: ubuntu-latest steps: - name: Checkout the code uses: actions/checkout@v4 - - name: Run the formatter, linter, and vetter - uses: dell/common-github-actions/go-code-formatter-linter-vetter@main + - name: Run the formatter and vetter + uses: dell/common-github-actions/go-code-formatter-vetter@main with: directories: ./... sanitize: