mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 05:05:23 +00:00
20 lines
391 B
YAML
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
|