Skip to content

chore: add readme and markdown to default lint #6924

chore: add readme and markdown to default lint

chore: add readme and markdown to default lint #6924

name: Validate Release Please Config
on:
push:
branches:
- main
pull_request:
jobs:
rp-validate:
runs-on: ubuntu-latest
container:
image: node:20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install lerna
run: npm install -g [email protected]
- name: Ensure Release Please Config and Manifest are in sync with the repository
run: node scripts/check-release-please.mjs