Skip to content

Commit

Permalink
Decrease required pub points
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed May 17, 2024
1 parent 65d9257 commit ff34bb4
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ jobs:

- name: Analize
working-directory: ${{ env.package_dir }}
run: pana --exit-code-threshold 0 --no-warning
run: pana --exit-code-threshold 10 --no-warning

- name: Dry run
working-directory: ${{ env.package_dir }}
2 changes: 1 addition & 1 deletion .github/workflows/release_validation.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:

- name: Analize
working-directory: ${{ env.package_dir }}
run: pana --exit-code-threshold 0 --no-warning
run: pana --exit-code-threshold 10 --no-warning

- name: Tests
working-directory: ${{ env.package_dir }}

0 comments on commit ff34bb4

Please sign in to comment.