mirror of
https://github.com/snapp-incubator/pakhshi.git
synced 2025-09-26 20:21:13 +08:00
fix: Correct Workflow
This commit is contained in:
2
.github/workflows/golang.yaml
vendored
2
.github/workflows/golang.yaml
vendored
@@ -5,7 +5,6 @@ on:
|
||||
jobs:
|
||||
golangci:
|
||||
name: lint
|
||||
needs: go-projects
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -15,7 +14,6 @@ jobs:
|
||||
version: latest
|
||||
go:
|
||||
name: test
|
||||
needs: go-projects
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Reference in New Issue
Block a user