1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00
go-redis/.github/workflows/golangci-lint.yml
Vladimir Mihailenco 0aa94538ee Merge branch 'v9'
2022-06-04 14:28:10 +03:00

21 lines
304 B
YAML

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
- v9
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3