Skip to content

Commit 2678363

Browse files
committed
Temporarily disable lint step to test the workflow
1 parent 08a646a commit 2678363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Install dependencies
2222
run: yarn install
2323

24-
- name: Run Linter (Report Issues)
25-
run: yarn lint
24+
# - name: Run Linter (Report Issues)
25+
# run: yarn lint
2626

2727
- name: Compile TypeScript
2828
run: |

0 commit comments

Comments
 (0)