Skip to content

Commit

Permalink
try all this
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Nov 1, 2024
1 parent 0cf28a3 commit 90ad511
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lint-test-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ jobs:
run: just setup-dev

- name: Run Code Linting Test
run: just lint >> "$GITHUB_STEP_SUMMARY"
run: golines . --dry-run

- name: Run Code Linting-lint Test
run: just lint-provider

- name: Run Code Linting Test
run: just lint

- name: Check package files up to date
run: |
Expand Down

0 comments on commit 90ad511

Please sign in to comment.