Skip to content

build(deps-dev): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 #16

build(deps-dev): bump @eslint/plugin-kit from 0.2.0 to 0.2.3

build(deps-dev): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 #16

Workflow file for this run

name: build
on:
pull_request:
branches: ["main"]
jobs:
npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run build --if-present
- uses: pre-commit/[email protected]