Skip to content

Merge pull request #28 from mainmatter/pichfl/lint #3

Merge pull request #28 from mainmatter/pichfl/lint

Merge pull request #28 from mainmatter/pichfl/lint #3

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9
- run: pnpm i --frozen-lockfile
- run: pnpm run lint