Skip to content

fix(side-panel): align plugin-info h3 color with theme and fix CSS syntax #42

fix(side-panel): align plugin-info h3 color with theme and fix CSS syntax

fix(side-panel): align plugin-info h3 color with theme and fix CSS syntax #42

Workflow file for this run

name: Danger PR Checks
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
danger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Danger
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx danger ci --dangerfile danger/dangerfile.js