Skip to content

Commit

Permalink
[✅] pnpm lockfile included
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-blazer committed Nov 12, 2023
1 parent d81fe0f commit 199990b
Show file tree
Hide file tree
Showing 3 changed files with 747 additions and 1,255 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: 🧱 Checkout repository
uses: actions/checkout@v4
with:
path: TopBotsGallery
- name: 🔩 Setup PNPM
uses: pnpm/action-setup@v2
with:
Expand All @@ -25,5 +27,7 @@ jobs:
cache: "pnpm"
- name: 🚀 Install dependencies
run: pnpm install
working-directory: ./TopBotsGallery
- name: 🚀 Check formatting
run: "pnpm run format:check"
working-directory: ./TopBotsGallery
Loading

0 comments on commit 199990b

Please sign in to comment.