Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 19718de

Browse files
committed
ci(github): remove fix step. That should be deployed locally.
It good follow up is to setup a git-hooks scripts/framework to run linters and formatters for ci at pre-push git hook.
1 parent f3b35c3 commit 19718de

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/actions.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,7 @@ permissions:
1515
id-token: write
1616

1717
jobs:
18-
fix:
19-
runs-on: ubuntu-latest
20-
steps:
21-
- name: Checkout your repository using git
22-
uses: actions/checkout@v4
23-
- name: Use Node.js 22
24-
uses: actions/setup-node@v4
25-
with:
26-
node-version: 22
27-
cache: npm
28-
- run: npm ci
29-
- run: npm run fix
30-
3118
build:
32-
needs: fix
3319
runs-on: ubuntu-latest
3420
steps:
3521
- name: Checkout your repository using git

0 commit comments

Comments
 (0)