This repository was archived by the owner on May 31, 2026. It is now read-only.
chore(deps): update dependency typescript to v6 #689
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| merge_group: | |
| jobs: | |
| ci: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 | |
| - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 | |
| with: | |
| run_install: true | |
| - name: Lint project | |
| run: pnpm run lint:ci --css-parse-tailwind-directives=true | |
| - name: Prettier check | |
| run: pnpm run format:check | |
| - name: Astro Check | |
| run: pnpm run check | |
| - name: Build project | |
| run: pnpm run build |