mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
Have typescript-bot do the commits?
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user