Skip to content

Commit

Permalink
Remove debug components
Browse files Browse the repository at this point in the history
  • Loading branch information
kchiranjewee63 committed Jun 25, 2024
1 parent c7cd94f commit 1e8f371
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/service-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,9 @@ jobs:
with:
go-version: '1.22.0'

- name: List contents of the service directory
run: ls -la ./service

- name: Print .golangci.yml content
run: cat ./service/.golangci.yml

- name: Install golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54.2
args: --timeout 5m --verbose --config .golangci.yml --skip-dirs '^tratcontroller/.*$' --skip-dirs '^tratcontroller$'
args: --timeout 5m --verbose
working-directory: ./service

0 comments on commit 1e8f371

Please sign in to comment.