Skip to content

bump eslint from 8.50.0 to 8.55.0 #97

bump eslint from 8.50.0 to 8.55.0

bump eslint from 8.50.0 to 8.55.0 #97

Workflow file for this run

name: 👷 Pull Requset CI
on:
pull_request:
types: [opened, synchronize]
jobs:
check:
uses: ./.github/workflows/check.yml
secrets: inherit
ready_to_review:
if: always()
needs: check
uses: ./.github/workflows/readyToReview.yml
secrets: inherit
with:
has_failure: ${{ needs.check.result == 'failure' }}