Have bot run prettier after PRs, remove from linter

This commit is contained in:
Andrew Branch
2020-11-13 10:36:10 -08:00
parent ce38845c55
commit a295c35177
4 changed files with 7 additions and 34 deletions

View File

@@ -44,6 +44,13 @@ jobs:
registry-url: https://registry.npmjs.org
- name: install
run: yarn install --frozen-lockfile
- name: format
run: |
yarn format
if [ -n "`git status -s`" ]; then
git commit -am "Format"
git push
fi
- name: build
run: yarn build
- name: publish alpha