redis/.github/workflows/golangci-lint.yml

21 lines
304 B
YAML
Raw Normal View History

2021-03-23 11:28:25 +03:00
name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
- v9
2021-03-23 11:28:25 +03:00
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
2021-03-23 11:28:25 +03:00
- name: golangci-lint
uses: golangci/golangci-lint-action@v3