Skip to content

Commit

Permalink
Update actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro authored Nov 22, 2024
1 parent 18123ac commit d888ffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d888ffe

Please sign in to comment.