Skip to content

Commit

Permalink
Merge 5e26fc4 into 1a0b12b
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Sep 3, 2021
2 parents 1a0b12b + 5e26fc4 commit 6efa271
Show file tree
Hide file tree
Showing 29 changed files with 967 additions and 366 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-cli-test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
etcd: [3.4.13]
etcd: [3.4.14]
services:
etcd:
image: bitnami/etcd:${{ matrix.etcd }}
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/go-lint.yml
Expand Up @@ -12,25 +12,6 @@ on:
- 'api/**'

jobs:
go-filter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodule: true

- uses: ./.github/actions/paths-filter
id: changes
with:
filters: |
go:
- '**.go'
working-directory: 'api'
list-files: shell
outputs:
matches: ${{ steps.changes.outputs.go }}
files: ${{ steps.changes.outputs.go_files }}

golangci:
runs-on: ubuntu-latest
needs: go-filter
Expand All @@ -45,11 +26,8 @@ jobs:
working-directory: api
args: --tests=false
only-new-issues: true

gofmt:
runs-on: ubuntu-latest
needs: go-filter
if: needs.go-filter.outputs.matches == 'true'
steps:
- uses: actions/checkout@v2
- name: setup go
Expand Down

0 comments on commit 6efa271

Please sign in to comment.