diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a319821..1eccf1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,4 @@ jobs: uses: actions/setup-node@v1.4.4 with: node-version: 18.x - - run: npm i && npm run lint \ No newline at end of file + - run: npm i && npx ts-standard -y \ No newline at end of file