Added filename length restriction for debug mode (-srd flag) Issue-5929 #190
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ♾️ Compatibility Check | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
branches: | |
- dev | |
jobs: | |
check: | |
if: github.actor == 'dependabot[bot]' | |
strategy: | |
matrix: | |
os: [ubuntu-latest, windows-latest, macOS-latest] | |
runs-on: ${{ matrix.os }} | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: projectdiscovery/actions/setup/go@v1 | |
- run: go mod download && go mod verify && go vet ./... |