diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acdb6cd..b768649 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,18 +118,4 @@ jobs: - name: Type check examples run: | cd packages/examples - bun run tsc --noEmit - - - name: Dry run examples (syntax check) - run: | - cd packages/examples - # Check that all example files can be parsed - for file in src/*.tsx; do - echo "Checking $file..." - bun run --dry-run "$file" || exit 1 - done - env: - API_ID: ${{ secrets.API_ID || '12345' }} - API_HASH: ${{ secrets.API_HASH || 'test_hash' }} - BOT_TOKEN: ${{ secrets.BOT_TOKEN || 'test_token' }} - continue-on-error: true \ No newline at end of file + bun run tsc --noEmit \ No newline at end of file diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index da3d846..339d657 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,23 +38,4 @@ jobs: --exclude "https://github.com/your-username/*" './**/*.md' fail: false - - - name: Spell check - uses: streetsidesoftware/cspell-action@v6 - with: - files: '**/*.{md,ts,tsx}' - config: | - { - "words": [ - "mtcute", - "telegram", - "bun", - "changeset", - "changesets", - "monorepo", - "reconciler", - "autodelete", - "emoji", - "prepublish" - ] - } \ No newline at end of file + \ No newline at end of file