added prettier to github acions

This commit is contained in:
2024-03-12 11:46:31 -06:00
parent 5b49860575
commit d19d196c7e
3 changed files with 83 additions and 74 deletions

View File

@ -42,7 +42,9 @@ jobs:
- name: checkout to repo
uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx
- name: Install packages
run: npm ci
- name: Prettier
run: npm run format
- name: Lint
run: npm run lint