Update job name in TypeScript Build workflow (Github)

This commit is contained in:
Christer Warén 2021-08-08 17:39:51 +03:00
parent 64f97b990a
commit 202674cb53

View File

@ -6,7 +6,7 @@ on:
jobs:
tsc:
name: tsc
name: TypeScript Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1