Check prettier instead of trying to be smart
This commit is contained in:
parent
8d0c883a9e
commit
3ff523a104
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -43,3 +43,7 @@ jobs:
|
|||
# ESLint
|
||||
- name: ESLint Action
|
||||
run: node_modules/.bin/eslint src/ --ext .ts,.tsx
|
||||
|
||||
# Prettier
|
||||
- name: Prettier
|
||||
run: node_modules/.bin/prettier -c 'src/**/*.{js,ts,tsx,css,scss}'
|
||||
|
|
Loading…
Reference in a new issue