mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 21:25:27 +00:00
ci(compability-check): use single runner & goreleaser test (#6034)
Signed-off-by: Dwi Siswanto <git@dw1.io>
This commit is contained in:
parent
1a354cb654
commit
b8830af24b
8
.github/workflows/compability-check.yaml
vendored
8
.github/workflows/compability-check.yaml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user