Skip to content

Commit

Permalink
Comment check modules in test
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Jan 11, 2025
1 parent 662706a commit 335ffbf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ permissions:
contents: read

jobs:
mod:
runs-on: ubuntu-latest
name: Check modules
steps:
- uses: actions/setup-go@v5
with:
go-version: 'oldstable'
- uses: actions/checkout@v4
- run: go mod tidy && git diff --exit-code go.mod go.sum
# mod:
# runs-on: ubuntu-latest
# name: Check modules
# steps:
# - uses: actions/setup-go@v5
# with:
# go-version: 'oldstable'
# - uses: actions/checkout@v4
# - run: go mod tidy && git diff --exit-code go.mod go.sum
build:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 335ffbf

Please sign in to comment.