Skip to content

docs: add vike-lite to frameworks #1819

docs: add vike-lite to frameworks

docs: add vike-lite to frameworks #1819

Workflow file for this run

name: Format
on: [ push, pull_request ]
jobs:
main:
# Prevent workflow being run twice for same-repo PRs.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run format:check