Skip to content

refactor(urlkey): rename FromURL to Normalize (#35) #85

refactor(urlkey): rename FromURL to Normalize (#35)

refactor(urlkey): rename FromURL to Normalize (#35) #85

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: "go.mod"
# Golangci-lint action is flaky, so we run it manually
- name: Run golangci-lint
shell: bash
run: |
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.3
make lint