Skip to content

chore(deps): bump github.com/projectdiscovery/utils from 0.0.80 to 0.0.90 #233

chore(deps): bump github.com/projectdiscovery/utils from 0.0.80 to 0.0.90

chore(deps): bump github.com/projectdiscovery/utils from 0.0.80 to 0.0.90 #233

Workflow file for this run

name: 🙏🏻 Lint Test
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 5m
working-directory: .