Skip to content

Commit

Permalink
updated message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakshi-dell authored Nov 11, 2024
1 parent e6504ed commit 3feaa3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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: ./...
Expand Down

0 comments on commit 3feaa3d

Please sign in to comment.