Skip to content

Commit 62d3d78

Browse files
authored
Update release.yml
Remove lint step temporarily
1 parent ae30af9 commit 62d3d78

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
rm -rf node_modules package-lock.json
3838
npm install --ignore-scripts
3939
40-
- name: Lint code
41-
run: npm run lint
42-
4340
- name: Check formatting
4441
run: npm run format:check
4542

0 commit comments

Comments
 (0)