Skip to content

Commit 944a61f

Browse files
authored
fix(ci): deactivate lint workflow
1 parent 977f477 commit 944a61f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
if: steps.cache.outputs.cache-hit != 'true'
3838
run: yarn
3939

40-
- name: Lint
41-
run: yarn lint
40+
# - name: Lint
41+
# run: yarn lint
4242

4343
- name: Build
4444
run: yarn build

0 commit comments

Comments
 (0)