Skip to content

chore(deps-dev): bump publint from 0.2.10 to 0.3.0 #141

chore(deps-dev): bump publint from 0.2.10 to 0.3.0

chore(deps-dev): bump publint from 0.2.10 to 0.3.0 #141

Workflow file for this run

name: Lint
on:
pull_request:
branches: ['**']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: corepack enable
- run: pnpm install --frozen-lockfile
- run: pnpm run lint