Skip to content

Merge commit 'refs/pull/1635/head' of github.com:vikejs/vike #783

Merge commit 'refs/pull/1635/head' of github.com:vikejs/vike

Merge commit 'refs/pull/1635/head' of github.com:vikejs/vike #783

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@v3
- run: pnpm install
- run: pnpm run format:check