From ca62e4afb800e984722108b3ef73e5276ff34d10 Mon Sep 17 00:00:00 2001 From: Renato Cavalcanti Date: Fri, 2 Apr 2021 12:49:56 +0200 Subject: [PATCH] fix typo in GH actions workflow (#519) --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: