Have typescript-bot do the commits?

This commit is contained in:
Andrew Branch
2020-03-05 16:52:35 -08:00
parent d307aae779
commit ef72d04606

View File

@@ -14,6 +14,10 @@ jobs:
node-version: 12.x
registry-url: https://npm.pkg.github.com
scope: '@definitelytyped'
- name: configure git
run: |
git config user.email "typescriptbot@microsoft.com"
git config user.name "TypeScript Bot"
- name: install
run: npm ci
- name: lint