Check prettier instead of trying to be smart

This commit is contained in:
Marks Polakovs 2020-04-19 18:57:58 +02:00 committed by GitHub
parent 8d0c883a9e
commit 3ff523a104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}'