From 202674cb53396a39b27aa2853c6824772558cd38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 8 Aug 2021 17:39:51 +0300 Subject: [PATCH] Update job name in TypeScript Build workflow (Github) --- .github/workflows/typescript-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript-build.yml b/.github/workflows/typescript-build.yml index 46b7ea0..8d80b59 100644 --- a/.github/workflows/typescript-build.yml +++ b/.github/workflows/typescript-build.yml @@ -6,7 +6,7 @@ on: jobs: tsc: - name: tsc + name: TypeScript Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v1