Skip to content

chore: fix readme comment #11

chore: fix readme comment

chore: fix readme comment #11

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@v4
with:
working-directory: src/github.com/unrolled/secure