Skip to content

fix(plugin-manifest-validator): return warning message if homepage_url or name is empty #16976

fix(plugin-manifest-validator): return warning message if homepage_url or name is empty

fix(plugin-manifest-validator): return warning message if homepage_url or name is empty #16976

Workflow file for this run

name: lint
on:
push:
branches:
- master
- "renovate/**"
pull_request:
jobs:
lint:
name: Node.js ubuntu-latest 18.x
runs-on: ubuntu-latest
steps:
- uses: Kesin11/actions-timeline@b03a6aa289adef5534c84ccb6fbef7c975973574 # v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm lint