Skip to content

ci: modernize tooling with pnpm, prettier and TypeScript #1

ci: modernize tooling with pnpm, prettier and TypeScript

ci: modernize tooling with pnpm, prettier and TypeScript #1

Workflow file for this run

name: checks
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
persist-credentials: false
- uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
- run: pixi run lint
- run: pixi run build-docs