diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index bc1322f99..4d58304b2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -36,7 +36,7 @@ jobs: # Run locally with: sbt 'verifyCodeStyle ; mimaReportBinaryIssues' run: sbt "; verifyCodeStyle; mimaReportBinaryIssues" - check-code-compililation: + check-code-compilation: name: Check Code Compilation runs-on: ubuntu-18.04 steps: