Skip to content

Merge pull request #2216 from wallrj/release-notes-v1.21.1 #3441

Merge pull request #2216 from wallrj/release-notes-v1.21.1

Merge pull request #2216 from wallrj/release-notes-v1.21.1 #3441

Workflow file for this run

# Check the content and lint the code
name: check
on:
push:
branches: [master]
pull_request:
jobs:
pull-cert-manager-website-verify:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run check