Skip to content

Commit

Permalink
[chore] merged with main
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-tam33 committed Oct 7, 2024
2 parents eb14c30 + 2be341b commit 700a9d5
Show file tree
Hide file tree
Showing 9 changed files with 669 additions and 7,114 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,20 @@ jobs:
################################
# Install packages #
################################
- name: Install packages
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true
run_install: false

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --frozen-lockfile

################################
# Lint codebase #
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
README.md
package-lock.json
next-env.d.ts
pnpm-lock.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 700a9d5

Please sign in to comment.