0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2025-01-27 23:04:32 -05:00
imageproxy/.github/workflows/linter.yml

24 lines
361 B
YAML
Raw Normal View History

on:
push:
branches:
- main
pull_request:
branches:
- '**'
2020-09-09 22:19:27 -07:00
name: linter
jobs:
lint:
runs-on: ubuntu-latest
2020-09-09 22:19:27 -07:00
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: stable
2020-09-09 22:19:27 -07:00
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
2020-09-09 22:19:27 -07:00
with:
version: v1.52.2