Skip to content

Commit e4531f3

Browse files
ci: remove npm based formatting
1 parent 5a2dd81 commit e4531f3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/format.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,3 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- run: nix flake check
23-
24-
check:
25-
runs-on: ubuntu-latest
26-
steps:
27-
- name: Checkout
28-
uses: actions/checkout@v4
29-
30-
- name: Configure Node.js
31-
uses: actions/setup-node@v4
32-
with:
33-
cache: npm
34-
node-version: lts/*
35-
36-
- name: Install dependencies
37-
run: npm ci
38-
39-
- name: Check code formatting
40-
run: npm run format --workspaces

0 commit comments

Comments
 (0)