Skip to content

Commit

Permalink
chore: Update ci_go.yml in hoopsnake
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Feb 5, 2025
1 parent b24beb8 commit 137e3d4
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .github/workflows/ci_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,31 @@ on:

jobs:
go_lints:
uses: "boinkor-net/ci-baseline-go/.github/workflows/ci_baseline_go_lints.yml@main"
with:
go_version: ""
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: boinkor-net/ci-baseline-go/actions/lint@main
with:
go_version: ""

go_tests:
uses: "boinkor-net/ci-baseline-go/.github/workflows/ci_baseline_go_tests.yml@main"
with:
go_version: ""
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: boinkor-net/ci-baseline-go/actions/test@main
with:
go_version: ""

go_build:
uses: "boinkor-net/ci-baseline-go/.github/workflows/ci_baseline_go_build.yml@main"
strategy:
matrix:
build_target: ["."]
with:
subdir: ${{matrix.build_target}}
go_version: ""
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: boinkor-net/ci-baseline-go/actions/build@main
with:
subdir: ${{matrix.build_target}}
go_version: ""


0 comments on commit 137e3d4

Please sign in to comment.