Skip to content

Commit

Permalink
removed x
Browse files Browse the repository at this point in the history
  • Loading branch information
gubbih committed Nov 14, 2023
1 parent ecb9906 commit 692c8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: ESLint check
run: yarn eslint .
- name: Prettier check
run: yarn prettier . --check **/*.{js,ts,tsx}
run: yarn prettier . --check **/*.{js,ts,ts}
- name: Typescript check
run: yarn check-types

Expand Down

0 comments on commit 692c8aa

Please sign in to comment.