Skip to content

Commit

Permalink
try this?
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Dec 9, 2024
1 parent 2ea5cbd commit de6d1ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run Code Linting Test
run: just lint
run: just lint || exit 1

- name: Check package files up to date
run: |
just tidy
git diff --exit-code -- go.* pkg/config-api-client/go.*
git diff --exit-code -- go.* pkg/config-api-client/go.* || exit 1
- name: Run Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
run:
deadline: 240s
deadline: 600s
tests: true

linters-settings:
Expand Down

0 comments on commit de6d1ce

Please sign in to comment.