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
@@ -8,6 +8,8 @@ on:
- '**.go'
- 'charts/**'
- 'test/**'
- go.mod
- go.sum
pull_request:
branches:
- master
@@ -15,6 +17,8 @@ on:
- '**.go'
- 'charts/**'
- 'test/**'
- go.mod
- go.sum
workflow_dispatch:
jobs: