feat: support for direct key-value pair writing in WritePipelineEnv … #5275
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Documentation" | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
paths: | |
- '**/*.md' | |
jobs: | |
markdownlint: | |
runs-on: ubuntu-latest | |
name: 'Format' | |
steps: | |
- uses: styfle/cancel-workflow-action@0.11.0 | |
- uses: actions/checkout@v4 | |
- name: Markdown Linting | |
uses: nosborn/github-action-markdown-cli@v3.3.0 | |
with: | |
files: . |