Skip to content

Update vantadark-theme to v2.0.0 #17776

Update vantadark-theme to v2.0.0

Update vantadark-theme to v2.0.0 #17776

Workflow file for this run

name: Danger
on:
merge_group:
pull_request:
branches: [main]
types:
- opened
- synchronize
- reopened
- edited
- labeled
- unlabeled
jobs:
danger:
runs-on: namespace-profile-2x4-ubuntu-2404
if: github.repository_owner == 'zed-industries'
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
with:
version: 11
- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version-file: "package.json"
cache: "pnpm"
check-latest: true
- name: Install dependencies
run: pnpm install
- name: Run Danger
run: pnpm run danger ci
env:
# This GitHub token is not used, but the value needs to be here to prevent
# Danger from throwing an error.
GITHUB_TOKEN: "not_a_real_token"
# All requests are instead proxied through a proxy that allows Danger
# to securely authenticate with GitHub while still being able to run
# on PRs from forks.
DANGER_GITHUB_API_BASE_URL: "https://danger-proxy.zed.dev/github"