Upgrade danger setup and add tailwind deps rule

This commit is contained in:
Jamie
2026-03-30 17:26:23 -07:00
committed by GitHub
parent f665b35478
commit 3d04a8ba0b
17 changed files with 465 additions and 1684 deletions
+1 -3
View File
@@ -11,8 +11,6 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: 0 # fetch all history
- name: Setup pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
- name: Setup node.js
@@ -21,7 +19,7 @@ jobs:
node-version-file: '.nvmrc'
package-manager-cache: false # Avoid cache key clashes
- name: Install danger node_modules
run: cd danger && pnpm install
run: (cd danger && pnpm install --ignore-workspace)
- name: Run DangerJS
run: pnpm run danger:ci
env: