Skip to content

lint: fixing linter errs (#100) #16

lint: fixing linter errs (#100)

lint: fixing linter errs (#100) #16

Workflow file for this run

on:
push:
branches:
- master
- v1
pull_request:
branches:
- "**"
name: Linter
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: src/github.com/unrolled/secure
- uses: golangci/golangci-lint-action@v6
with:
working-directory: src/github.com/unrolled/secure