Skip to content

Commit

Permalink
Merge pull request #9 from djengua/task/add-static-check
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
djengua committed Dec 19, 2023
2 parents c89af6e + 6dde92e commit 974acea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ jobs:
run: make check-format
- name: Vet
uses: make vet
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint
uses: golangci/golangci-lint-action@v2
# lint:
# name: Lint
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Lint
# uses: golangci/golangci-lint-action@v2
test:
name: Test Application
needs:
- format-check
- lint

runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
Expand Down

0 comments on commit 974acea

Please sign in to comment.