Skip to content

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 #3185

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 #3185

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: PNPM setup
uses: ./.github/actions/pnpm-setup
- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- name: Build
run: pnpm ci:build