Update validate-typescript.yml

This commit is contained in:
Marc Rousavy 2021-02-23 12:19:07 +01:00
parent f0c0d25197
commit 62959c79d4

View File

@ -1,5 +1,21 @@
name: Validate TypeScript
on: push
on:
push:
branches:
- master
paths:
- "src"
- "*.js"
- "*.json"
- "package.json"
pull_request:
paths:
- "src"
- "*.js"
- "*.json"
- "package.json"
jobs:
build:
runs-on: ubuntu-latest