mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
remove github action
This commit is contained in:
parent
8bf1d728bf
commit
7fbf737631
1 changed files with 0 additions and 17 deletions
17
.github/workflows/typecheck.yml
vendored
17
.github/workflows/typecheck.yml
vendored
|
|
@ -1,17 +0,0 @@
|
|||
name: Type Check
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
typecheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
- run: npm ci
|
||||
- run: npm run build:types
|
||||
Loading…
Add table
Add a link
Reference in a new issue