This commit is contained in:
Edward Firmo
2024-01-11 17:30:29 +01:00
parent a03e348a90
commit 5b099b9c63
2 changed files with 2 additions and 3 deletions

View File

@@ -9,8 +9,6 @@ on:
pull_request: pull_request:
paths: paths:
- "nspanel_blueprint.yaml" - "nspanel_blueprint.yaml"
#schedule:
# - cron: "0 0 * * *"
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@@ -43,10 +43,11 @@ jobs:
- name: Check out code - name: Check out code
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.0
# https://github.com/gaurav-nelson/github-action-markdown-link-check # https://github.com/gaurav-nelson/github-action-markdown-link-check
- name: Markdown links - name: Markdown links
uses: gaurav-nelson/github-action-markdown-link-check@v1 uses: gaurav-nelson/github-action-markdown-link-check@v1
with: with:
# yamllint disable-line rule:truthy
check-modified-files-only: yes check-modified-files-only: yes
config-file: '.rules/mlc_config.json' config-file: '.rules/mlc_config.json'
base-branch: 'main' base-branch: 'main'