Skip to content

build(deps): bump @fig/autocomplete-helpers from 1.0.7 to 2.0.0 in the fig group #4473

build(deps): bump @fig/autocomplete-helpers from 1.0.7 to 2.0.0 in the fig group

build(deps): bump @fig/autocomplete-helpers from 1.0.7 to 2.0.0 in the fig group #4473

Workflow file for this run

name: Check PR
on: [pull_request_target]
jobs:
danger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- name: Install pnpm
uses: pnpm/[email protected]
- run: pnpm install --frozen-lockfile
- run: pnpm danger ci
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
- run: pnpm danger ci -d ./dangerfile-greeting.ts
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}