Skip to content

Bump @vercel/style-guide from 4.0.2 to 5.1.0 #94

Bump @vercel/style-guide from 4.0.2 to 5.1.0

Bump @vercel/style-guide from 4.0.2 to 5.1.0 #94

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' }}