Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/dev-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
server-format-check:
name: Format Check
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -16,7 +17,8 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: 24
cache: 'npm'
cache-dependency-path: server/package-lock.json
# cache: 'npm'
package-manager-cache: false
# cache-dependency-path: server/package-lock.json
- run: npm install
- run: npm run format:write
- run: npx biome check .
2 changes: 1 addition & 1 deletion server/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/node_modules
.env

package-lock.json
# package-lock.json

generated
Loading