Execute Lint Job with Self Hosted Runner (#2265)
This commit is contained in:
committed by
GitHub
parent
bcd29a4232
commit
729100ae16
2
.github/workflows/jobs.yaml
vendored
2
.github/workflows/jobs.yaml
vendored
@@ -207,7 +207,7 @@ jobs:
|
||||
|
||||
lint-job:
|
||||
name: Checking Lint
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: [self-hosted]
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ 1.18.x, 1.19.x ]
|
||||
|
||||
Reference in New Issue
Block a user