Skip to content

chore(deps): dsw-000 update dependency @percy/cli to v1.30.2 - autoclosed #8583

chore(deps): dsw-000 update dependency @percy/cli to v1.30.2 - autoclosed

chore(deps): dsw-000 update dependency @percy/cli to v1.30.2 - autoclosed #8583

Workflow file for this run

name: DangerJS PR Checks
on:
pull_request:
types: [opened, edited, reopened, synchronize, ready_for_review]
jobs:
danger-checks:
permissions:
contents: read
if: ${{ github.event.pull_request.draft == false && github.actor != 'renovate-bot' && github.actor != 'renovate[bot]' }}
runs-on: ubuntu-latest
steps:
# Checkout the Repo
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
# Setup Repo
- name: Setup Repo
uses: ./.github/actions/setup-repo
with:
node-version: 20
os: ubuntu-latest
# Run Danger Checks
- name: Danger
run: yarn danger ci --failOnErrors
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}