0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2025-01-06 22:40:34 -05:00
imageproxy/.github/workflows/linter.yml
2022-11-08 16:39:54 -08:00

23 lines
358 B
YAML

on:
push:
branches:
- main
pull_request:
branches:
- '**'
name: linter
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1