Skip to content

Commit

Permalink
parent f8e31b0
Browse files Browse the repository at this point in the history
author Dhairya Majmudar <[email protected]> 1715198956 +0530
committer Dhairya Majmudar <[email protected]> 1716135857 +0530

fix

adding format script and updating readme

updating readme

work dir fix

work dir fix

fix

workdir

removing commit
  • Loading branch information
DhairyaMajmudar committed May 19, 2024
1 parent f8e31b0 commit cea9c68
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/typescript_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v4
with:
with:
node-version: 20

- name: Install dependencies
Expand Down Expand Up @@ -50,6 +50,4 @@ jobs:
run: yarn install --frozen-lockfile

- name: Build
run: yarn run build

# Additional steps for the build job...
run: yarn run build

0 comments on commit cea9c68

Please sign in to comment.