Skip to content

Add documentation for Tinxy 1 Node 16A Relay #4269

Add documentation for Tinxy 1 Node 16A Relay

Add documentation for Tinxy 1 Node 16A Relay #4269

Workflow file for this run

---
name: CI
on:
push:
pull_request:
concurrency:
# yamllint disable-line rule:line-length
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
markdown_lint:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
config_file: ".markdownlintrc"
files: .
yaml_lint:
name: YAML Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: yamllint-cli
uses: "docker://pipelinecomponents/yamllint:latest"
with:
args: yamllint -c .yamllintrc .