Skip to content

Rollback to Linkspector Version V1 #282

Rollback to Linkspector Version V1

Rollback to Linkspector Version V1 #282

Workflow file for this run

#
# This source file is part of the Stanford Biodesign Digital Health Group open-source organization
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
#
name: Test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
reuse_action:
name: REUSE Compliance Check
uses: ./.github/workflows/reuse.yml
markdown_link_check:
name: Markdown Link Check
uses: ./.github/workflows/markdown-link-check.yml

Check failure on line 24 in .github/workflows/test.yml

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. In .github/workflows/test.yml (Line: 24, Col: 11): Error from called workflow StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@36a99bcad7ebb87b2cfabbc40b55f0f403f34dea (Line: 52, Col: 15): Unrecognized named-value: 'inputs'. Located at position 1 within expression: inputs.linkspector-action-version
yamllint:
name: YAML Lint Check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- name: Install yamllint
run: pip install yamllint
- name: Run yamllint with custom config
run: yamllint -c .yamllint.yml .