mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
chore: remove matrix
This commit is contained in:
parent
b31b0e8bd5
commit
2b94959e59
7
.github/workflows/pull-requests.yml
vendored
7
.github/workflows/pull-requests.yml
vendored
@ -20,9 +20,6 @@ env:
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
path: [".", "./example"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
@ -30,10 +27,10 @@ jobs:
|
||||
cache: true
|
||||
check-latest: true
|
||||
go-version-file: 'go.mod'
|
||||
- uses: golangci/golangci-lint-action@v3
|
||||
- uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
skip-pkg-cache: true
|
||||
working-directory: ${{ matrix.path }}
|
||||
working-directory: example
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user