Skip to content

Commit

Permalink
CI: add scalafix-check to precondition to publish (#3095)
Browse files Browse the repository at this point in the history
Pull request: #3095
  • Loading branch information
lefou authored Mar 20, 2024
1 parent 6e0de1c commit 5e062a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
publish-sonatype:
# when in master repo, publish all tags and manual runs on main
if: github.repository == 'com-lihaoyi/mill' && (startsWith( github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main' && github.event_name == 'workflow_dispatch' ) )
needs: [linux, windows, format-check, bincompat-check, itest]
needs: [linux, windows, format-check, bincompat-check, scalafix-check, itest]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 5e062a0

Please sign in to comment.