Skip to content

chore(deps): bump @stylistic/eslint-plugin from 2.8.0 to 2.9.0 #5988

chore(deps): bump @stylistic/eslint-plugin from 2.8.0 to 2.9.0

chore(deps): bump @stylistic/eslint-plugin from 2.8.0 to 2.9.0 #5988

Workflow file for this run

name: 'pr-check'
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
check-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Collect changed files
uses: tj-actions/changed-files@v45
id: changed-files
with:
files: |
.changeset/**
- uses: ./.github/actions/check-pr
with:
changed-files: ${{ steps.changed-files.outputs.added_files }} ${{ steps.changed-files.outputs.modified_files }}