mirror of
https://github.com/projectdiscovery/httpx
synced 2026-06-08 16:50:17 +00:00
20 lines
402 B
YAML
20 lines
402 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@master
|
|
with:
|
|
go-version-file: 'go.mod'
|