Skip to content

Commit

Permalink
Merge branch 'main' into esm
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMapleLeaf authored Aug 30, 2024
2 parents 39ab352 + 50c2df3 commit a4d5db8
Show file tree
Hide file tree
Showing 3 changed files with 5,779 additions and 4,676 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
run: pnpm run ${{ matrix.script }}

format:
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -72,3 +71,5 @@ jobs:
- name: Commit changes
if: ${{ always() }}
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "format"
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "remix-electron-monorepo",
"license": "MIT",
"type": "module",
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm run -r --filter ./workspaces/remix-electron build",
"lint": "biome lint .",
"format": "biome check . --apply",
Expand Down
Loading

0 comments on commit a4d5db8

Please sign in to comment.