Skip to content

Commit

Permalink
Update tsc configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Sep 23, 2024
1 parent 78811fa commit 1ca4f6d
Show file tree
Hide file tree
Showing 3 changed files with 860 additions and 4,408 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Node.js Snippets Continuous Integration
on: [push]

jobs:
lint:
build:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,6 +18,10 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install snippets dependencies
working-directory: ./snippets
run: npm install

- name: Run TypeScript compiler
run: tsc

Expand Down
Loading

0 comments on commit 1ca4f6d

Please sign in to comment.