Skip to content

Commit

Permalink
Create ts-check.yml (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ffy authored Oct 14, 2024
1 parent 617a278 commit 35baa51
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ts-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: TypeScript Compilation Check

on:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Compile TypeScript
run: npm run build

0 comments on commit 35baa51

Please sign in to comment.