Skip to content

Commit

Permalink
Lint files and check formatting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Aug 27, 2024
1 parent f70956b commit b24f253
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-reselect-codemods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Lint Files
run: yarn lint

- name: Check formatting
run: yarn format:check

- name: Run test suite
run: yarn test

0 comments on commit b24f253

Please sign in to comment.