Skip to content

fix(certs): respect the secret name provided in the executor #501

fix(certs): respect the secret name provided in the executor

fix(certs): respect the secret name provided in the executor #501

Workflow file for this run

name: Documentation
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint-markdown:
name: Lint all markdown files
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Lint markdown
run: |
make lint-markdown