Skip to content

Commit

Permalink
chore: improve the name of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi committed Dec 19, 2023
1 parent 94abc19 commit 3d12055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ concurrency:

jobs:
code-style-typescript:
name: Code style Typescript
name: Code style
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -66,7 +66,7 @@ jobs:
run: yarn lint

test-build-typescript:
name: Build Typescript
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 3d12055

Please sign in to comment.