From 0205ac1609706733d9a99eee181c63ded9775f26 Mon Sep 17 00:00:00 2001 From: Krzysztof Wolski Date: Mon, 8 Jun 2020 15:58:15 +0200 Subject: [PATCH] Update actions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef20f7ab8..fac65e198 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - name: Run tsc run: | - npm run tsc + npm run check-types - name: Run lint run: | @@ -95,4 +95,4 @@ jobs: - name: Check message extraction run: | npm run extract-messages - git diff ./locale + git diff --exit-code ./locale