diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ff3d1da..2a172a27 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,32 +32,32 @@ jobs: - name: 🏗 Build run: pnpm build - - name: 🔍 Verify types - run: pnpm type-check - - - name: 🕵️ Lint - run: pnpm lint:prod - - - name: 💅 Verify format (`pnpm format` committed?) - run: pnpm format - - - name: 🛡️ Test - run: pnpm test:coverage - - - name: 📏 Report coverage - if: always() && github.event_name == 'pull_request' - uses: davelosert/vitest-coverage-report-action@v2.1.1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - working-directory: packages/web - name: '@lottiefiles/dotlottie-web' - - - name: 📏 Report bundle size - if: github.event_name == 'pull_request' - uses: andresz1/size-limit-action@v1 - continue-on-error: true - with: - github_token: ${{ secrets.GITHUB_TOKEN }} + # - name: 🔍 Verify types + # run: pnpm type-check + + # - name: 🕵️ Lint + # run: pnpm lint:prod + + # - name: 💅 Verify format (`pnpm format` committed?) + # run: pnpm format + + # - name: 🛡️ Test + # run: pnpm test:coverage + + # - name: 📏 Report coverage + # if: always() && github.event_name == 'pull_request' + # uses: davelosert/vitest-coverage-report-action@v2.1.1 + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }} + # working-directory: packages/web + # name: '@lottiefiles/dotlottie-web' + + # - name: 📏 Report bundle size + # if: github.event_name == 'pull_request' + # uses: andresz1/size-limit-action@v1 + # continue-on-error: true + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} release: name: release