Skip to content

Bump @stylistic/eslint-plugin from 5.2.0 to 5.2.2 #85

Bump @stylistic/eslint-plugin from 5.2.0 to 5.2.2

Bump @stylistic/eslint-plugin from 5.2.0 to 5.2.2 #85

Workflow file for this run

name: Node.js Automation
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm install
- run: npm test
- run: npm run lint
- run: npm run type-check
- run: npm run docs