0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-30 22:34:18 -05:00
imageproxy/.github/workflows/linter.yml

24 lines
377 B
YAML
Raw Normal View History

on:
push:
branches:
- main
pull_request:
branches:
- "**"
2020-09-10 00:19:27 -05:00
name: linter
jobs:
lint:
runs-on: ubuntu-latest
2020-09-10 00:19:27 -05:00
steps:
2024-05-08 23:03:42 -05:00
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
2020-09-10 00:19:27 -05:00
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
2024-05-08 23:03:42 -05:00
version: v1.58.1