Skip to content

Commit

Permalink
ci: rename job and action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bladesheng committed Oct 19, 2024
1 parent ced278d commit a880956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/type-check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Typescript type check
name: Build and Typescript type check

on:
# when pushing to main
Expand All @@ -16,7 +16,7 @@ concurrency:

jobs:
job-1:
name: Build and deploy
name: Check types
runs-on: ubuntu-latest

steps:
Expand All @@ -35,5 +35,5 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build the application
- name: Build the application and check types
run: pnpm run build

0 comments on commit a880956

Please sign in to comment.