Skip to content

Update sub-build.yml #1

Update sub-build.yml

Update sub-build.yml #1

name: Validate External Links
on:
workflow_call:
inputs:
working_directory:
required: true
type: string
jobs:
validate-external-links:
runs-on: ubuntu-latest
steps:

Check failure on line 13 in .github/workflows/sub-validate-external-links.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sub-validate-external-links.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- uses: actions/checkout@v3
- name: Use Node.js ${{ env.selected_node_version }}
uses: actions/setup-node@v3
with:
node-version: ${{ env.selected_node_version }}
cache: yarn
- name: Yarn install
run: |
yarn install
- name: Validate external links
run: |
cd cspr-docs && yarn check:externals