Skip to content

docs: add secret scanning scripts to readme #10

docs: add secret scanning scripts to readme

docs: add secret scanning scripts to readme #10

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-gh-cli-readme:
name: Lint ./gh-cli/README.md
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint ./gh-cli/README.md
run: node ./.github/scripts/lint-readme.js
lint-scripts-readme:
name: Lint ./scripts/README.md
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint ./scripts/README.md
run: node ./.github/scripts/lint-readme.js ./scripts '##' '# scripts'