Skip to content

Commit

Permalink
check headers
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Apr 19, 2021
1 parent f3b0917 commit 4a2bfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: coursier/cache-action@v5

- name: Code style check, compilation and binary-compatibility check
run: sbt "scalafmtCheckAll;+IntegrationTest/compile;mimaReportBinaryIssues"
run: sbt "scalafmtCheckAll;headerCheckAll;+IntegrationTest/compile;mimaReportBinaryIssues"

check-docs:
name: Check Docs
Expand Down

0 comments on commit 4a2bfdf

Please sign in to comment.