Add a separate lint and unit test flow (#2089)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-06-22 15:00:58 +05:30
committed by GitHub
parent dc57f83d19
commit 8b57a035ee
4 changed files with 77 additions and 6 deletions
+4
View File
@@ -6,11 +6,15 @@ on:
- master
paths:
- '**.go'
- go.mod
- go.sum
pull_request:
branches:
- master
paths:
- '**.go'
- go.mod
- go.sum
schedule:
- cron: "0 0 * * 0"
workflow_dispatch: