Skip to content

build(deps-dev): bump lint-staged from 15.4.3 to 15.5.1 #141

build(deps-dev): bump lint-staged from 15.4.3 to 15.5.1

build(deps-dev): bump lint-staged from 15.4.3 to 15.5.1 #141

Workflow file for this run

name: ci
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: yarn
- name: Run Plugin Tests
run: npm test