1
0
mirror of https://github.com/redis/go-redis.git synced 2025-08-01 16:06:54 +03:00

Replace travis with workflows

This commit is contained in:
Vladimir Mihailenco
2021-03-23 10:28:25 +02:00
parent 1b77706c0c
commit e3c1e884eb
10 changed files with 83 additions and 100 deletions

19
.github/workflows/golangci-lint.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2