Skip to content

Bump eslint from 9.39.2 to 10.0.3 in /src/Client #128

Bump eslint from 9.39.2 to 10.0.3 in /src/Client

Bump eslint from 9.39.2 to 10.0.3 in /src/Client #128

name: Pull Request - Closed
# wait for any in-progress pull-request.yml runs on the same PR to finish before starting cleanup
concurrency:
group: pull-request-${{ github.event.number }}
cancel-in-progress: false
on:
pull_request:
types: [closed]
permissions:
actions: read
pull-requests: read
jobs:
cleanup:
name: Cleanup
uses: ./.github/workflows/reusable-cleanup.yml
secrets: inherit