Skip to content

Commit

Permalink
Re:workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaMajmudar committed May 9, 2024
1 parent d62c559 commit f5e0875
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/typescript_lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Workflow
name: Typescript Lint, Format and Type check workflow

on:
pull_request:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
linting_and_type-checking:
name: Linting, Formatting and Type checking
name: Typescript Linting, Formatting and Type checking
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -23,7 +23,6 @@ jobs:
run: yarn install --frozen-lockfile
working-directory: website


- name: Linting and Formatting checks
run: yarn run lint
working-directory: website
Expand All @@ -50,4 +49,4 @@ jobs:
run: yarn install --frozen-lockfile

- name: Build
run: yarn run build
run: yarn run build

0 comments on commit f5e0875

Please sign in to comment.