Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify main.yml
Browse files Browse the repository at this point in the history
ashuvssut committed May 8, 2024
1 parent 02d9b91 commit 199cfa7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
- name: Setting up Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: "lts/*"
cache: "yarn"

- name: Check for yarn.lock file
@@ -27,11 +27,8 @@ jobs:
exit 1
fi
- name: Check network connectivity
run: ping -c 5 google.com

- name: Increase verbosity for yarn install
run: yarn install --verbose
run: yarn install

- name: tsc Linting
run: cd lib/js-sdk && yarn lint

0 comments on commit 199cfa7

Please sign in to comment.