Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions .github/workflows/ci-astro.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/ci-next-js.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/ci-nuxt.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/ci-react-router.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/ci-sveltekit.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/ci-tanstack-start.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/generate-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ jobs:
- name: Generate stats
run: pnpm generate:stats

- name: Format docs
run: pnpm --filter @framework-tracker/docs format
- name: Format
run: pnpm format

- name: Create Pull Request
run: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI - Docs
name: Lint and Type Check

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches: [main]

jobs:
build:
check:
runs-on: ubuntu-latest

steps:
Expand All @@ -27,13 +27,10 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Format check
run: pnpm --filter @framework-tracker/docs format:check
run: pnpm format:check

- name: Lint
run: pnpm --filter @framework-tracker/docs lint
run: pnpm lint

- name: Type check
run: pnpm --filter @framework-tracker/docs type-check

- name: Build
run: pnpm build:docs
run: pnpm type-check
Loading