Skip to content

chore: ensure the package does not add any headers #25

chore: ensure the package does not add any headers

chore: ensure the package does not add any headers #25

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