Skip to content

Commit

Permalink
Update lint steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ndresx committed Aug 10, 2024
1 parent fad235a commit ab7a310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- name: Install
run: yarn install

- name: 'Lint: Prettier'
run: yarn lint:prettier
- name: 'Lint: ESLint'
run: yarn eslint

- name: 'Lint: TypeScript'
run: yarn lint:tslint && yarn lint:tsc
run: yarn lint:tsc

test:
name: Test
Expand Down

0 comments on commit ab7a310

Please sign in to comment.