Skip to content

Commit b24f253

Browse files
committed
Lint files and check formatting in CI
1 parent f70956b commit b24f253

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-reselect-codemods.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,11 @@ jobs:
3434
- name: Install dependencies
3535
run: yarn install
3636

37+
- name: Lint Files
38+
run: yarn lint
39+
40+
- name: Check formatting
41+
run: yarn format:check
42+
3743
- name: Run test suite
3844
run: yarn test

0 commit comments

Comments
 (0)