Skip to content

Commit 2255b8e

Browse files
committed
remove lint
1 parent 1cdd1c4 commit 2255b8e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
node-version: ${{ matrix.node-version }}
1818
- name: install
1919
run: npm install
20-
- name: lint
21-
run: npm run affected:lint
2220
- name: build
2321
run: npm run build --skip-nx-cache
2422
- name: test

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
node-version: ${{ matrix.node-version }}
2222
- name: install
2323
run: npm install
24-
- name: lint
25-
run: npm run affected:lint
2624
- name: build
2725
run: npm run build --skip-nx-cache
2826
- name: test

0 commit comments

Comments
 (0)