Skip to content

Bump github.com/swaggo/swag from 1.16.1 to 1.16.2 #169

Bump github.com/swaggo/swag from 1.16.1 to 1.16.2

Bump github.com/swaggo/swag from 1.16.1 to 1.16.2 #169

Workflow file for this run

on:
push:
branches:
- master
- main
pull_request:
name: Linter
jobs:
Golint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/[email protected]
- name: Run Golint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"