Skip to content

Commit

Permalink
q
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Sep 5, 2024
1 parent a51f97e commit 1a9c2c2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,22 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read

steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v2
with:
version: 9.1.4

- name: Configure npm for GitHub Packages
run: |
npm config set @renegade-fi/tradingview-charts:registry https://npm.pkg.github.com
npm config set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --frozen-lockfile --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PNPM_IGNORE_PACKAGES: "@renegade-fi/tradingview-charts"

- run: pnpm run lint
- run: pnpm run format -- --check
Expand Down

0 comments on commit 1a9c2c2

Please sign in to comment.