Skip to content

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

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 #16974

Workflow file for this run

name: test
on:
push:
branches:
- master
- "renovate/**"
pull_request:
jobs:
test:
name: Node.js ${{ matrix.os }} ${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- run: pnpm install --fetch-timeout 900000 --frozen-lockfile
- run: pnpm build
- run: pnpm test:ci
actions-timeline:
needs: [test]
runs-on: ubuntu-latest
if: ${{ !cancelled() }}
steps:
- uses: Kesin11/actions-timeline@b03a6aa289adef5534c84ccb6fbef7c975973574 # v2