Initial commit

This commit is contained in:
marocchino 2019-11-21 08:05:13 +09:00
commit cce71e2a2d
14 changed files with 5733 additions and 0 deletions

20
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: "Test typescript-action"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm run build
- run: npm test
- uses: ./
with:
milliseconds: 1000