Skip to content

Commit

Permalink
Create ts-error-reporter.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Banik <[email protected]>
  • Loading branch information
Tushar98644 authored Apr 2, 2024
1 parent 20f3713 commit ab992b9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ts-error-reporter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test

on: [pull_request]

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [13.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Typecheck
uses: andoshin11/[email protected]

0 comments on commit ab992b9

Please sign in to comment.