nuclei/.github/workflows/compat-checks.yaml
Dwi Siswanto ecc3759b64
ci(compat-checks): use composite action (#6139)
Signed-off-by: Dwi Siswanto <git@dw1.io>
2025-04-04 22:37:34 +07:00

20 lines
391 B
YAML

name: ♾️ Compatibility Checks
on:
pull_request:
types: [opened, synchronize]
branches:
- dev
jobs:
check:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: projectdiscovery/actions/setup/go/compat-checks@v1
with:
release-test: true