Skip to content

chore(deps): bump github.com/projectdiscovery/goflags from 0.1.71 to 0.1.72 #652

chore(deps): bump github.com/projectdiscovery/goflags from 0.1.71 to 0.1.72

chore(deps): bump github.com/projectdiscovery/goflags from 0.1.71 to 0.1.72 #652

name: Check Duplicates
on:
push:
branches: [ "main","devel"]
pull_request:
branches: [ "main","devel"]
jobs:
check-duplicates:
runs-on: ubuntu-latest
steps:
- name: Check Out Code
uses: actions/checkout@v2
- name: Run Check Duplicates Script
run: |
chmod +x scripts/check-dups.sh
./scripts/check-dups.sh
working-directory: ${{ github.workspace }}