ci(compability-check): use single runner & goreleaser test (#6034)

Signed-off-by: Dwi Siswanto <git@dw1.io>
This commit is contained in:
Dwi Siswanto 2025-02-08 16:55:51 +07:00 committed by GitHub
parent 1a354cb654
commit b8830af24b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,12 +9,9 @@ on:
jobs: jobs:
check: check:
if: github.actor == 'dependabot[bot]' if: github.actor == 'dependabot[bot]'
strategy: runs-on: ubuntu-latest
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
permissions: permissions:
contents: write contents: write
runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: projectdiscovery/actions/setup/git@v1 - uses: projectdiscovery/actions/setup/git@v1
@ -27,4 +24,5 @@ jobs:
git add go.{mod,sum} git add go.{mod,sum}
git commit -m "chore(deps): go mod tidy" git commit -m "chore(deps): go mod tidy"
git push origin $GITHUB_REF git push origin $GITHUB_REF
} }
- uses: projectdiscovery/actions/goreleaser@v1