Skip to content

Commit 514ce0d

Browse files
committed
temporarily disable linting checks
Signed-off-by: karthik2804 <[email protected]>
1 parent 396d55b commit 514ce0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
with:
3232
node-version: 22
3333

34-
- name: Install depencies
35-
shell: bash
36-
run: npm install --ws
34+
# - name: Install depencies
35+
# shell: bash
36+
# run: npm install --ws
3737

38-
- name: Run prettier check
39-
shell: bash
40-
run: npm run fmt-check
38+
# - name: Run prettier check
39+
# shell: bash
40+
# run: npm run fmt-check
4141

4242
- name: Setup `spin`
4343
uses: fermyon/actions/spin/setup@v1

0 commit comments

Comments
 (0)