Skip to content

Bump pino-pretty from 13.1.2 to 13.1.3 #867

Bump pino-pretty from 13.1.2 to 13.1.3

Bump pino-pretty from 13.1.2 to 13.1.3 #867

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
run_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: ".node-version"
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint