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