mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
Have bot run prettier after PRs, remove from linter
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user