Skip to content

Commit

Permalink
Merge pull request #26 from djengua/task/handlers
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
djengua committed Dec 28, 2023
2 parents d4ab51c + fd652dd commit e70d1d6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ jobs:
run: make check-format
- name: Vet
run: make vet
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
# lint:
# name: Lint
# runs-on: ubuntu-latest
# steps:
# - name: Check out code
# uses: actions/checkout@v3
# - name: Lint
# uses: golangci/golangci-lint-action@v3
test:
name: Test Application
needs:
- format-check
- lint
# - lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
Expand Down

0 comments on commit e70d1d6

Please sign in to comment.