Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
virajbhartiya committed Nov 18, 2024
1 parent 046880f commit 190f7cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
submodules: 'recursive'
fetch-depth: 0
- uses: ./.github/actions/install-system-dependencies
- uses: ./.github/actions/install-go
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
submodules: 'recursive'
fetch-depth: 0
- uses: ./.github/actions/install-system-dependencies
- uses: ./.github/actions/install-go
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
submodules: 'recursive'
fetch-depth: 0
- uses: ./.github/actions/install-go
- run: go fmt ./...
Expand All @@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
submodules: 'recursive'
fetch-depth: 0
- uses: ./.github/actions/install-go
- run: go mod tidy -v
Expand All @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
submodules: 'recursive'
fetch-depth: 0

- uses: ./.github/actions/install-system-dependencies
Expand Down

0 comments on commit 190f7cb

Please sign in to comment.