From f5e08751508a80ef66ac2d3879aac85343bed42a Mon Sep 17 00:00:00 2001 From: Dhairya Majmudar <2022kuec2045@iiitkota.ac.in> Date: Thu, 9 May 2024 23:56:26 +0530 Subject: [PATCH] Re:workflow name --- .github/workflows/typescript_lint.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/typescript_lint.yaml b/.github/workflows/typescript_lint.yaml index a35dcedb4..95be787fa 100644 --- a/.github/workflows/typescript_lint.yaml +++ b/.github/workflows/typescript_lint.yaml @@ -1,4 +1,4 @@ -name: PR Workflow +name: Typescript Lint, Format and Type check workflow on: pull_request: @@ -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 @@ -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 @@ -50,4 +49,4 @@ jobs: run: yarn install --frozen-lockfile - name: Build - run: yarn run build \ No newline at end of file + run: yarn run build