Skip to content

dev-deps: bump @arethetypeswrong/cli from 0.18.3 to 0.18.4 #189

dev-deps: bump @arethetypeswrong/cli from 0.18.3 to 0.18.4

dev-deps: bump @arethetypeswrong/cli from 0.18.3 to 0.18.4 #189

Workflow file for this run

name: Lint
permissions:
contents: read
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm lint