Skip to content

new change

new change #2038

Workflow file for this run

name: workflow
on: [push]
jobs:
job:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v1
- name: Prepare
run: npm ci
- name: Lint
uses: saby/typescript@rc-21.2000
with:
token: ${{ secrets.GITHUB_TOKEN }}
pattern: '*.ts'
- name: Build
run: npm run build