Skip to content

Merge branch 'main' of https://github.com/vikejs/vike-solid into phon… #175

Merge branch 'main' of https://github.com/vikejs/vike-solid into phon…

Merge branch 'main' of https://github.com/vikejs/vike-solid into phon… #175

Workflow file for this run

name: "Check formatting"
on:
push:
jobs:
check_formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run format:check