Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pho-phoenix authored Aug 20, 2024
1 parent 0ab91f0 commit 00fdc1b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Check ts

on: [pull_request]

jobs:
ts-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get Node.js
uses: actions/setup-node@v1
with:
node-version: '16'
- run: npm ci
- name: Checking adapters
run: npm run ts-check
- name: Checking cli
run: npm run ts-check-cli

0 comments on commit 00fdc1b

Please sign in to comment.