Skip to content

Updated solutions in order to more quickly run the lab for testing. #511

Updated solutions in order to more quickly run the lab for testing.

Updated solutions in order to more quickly run the lab for testing. #511

Workflow file for this run

name: Validate formatting
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
pages:
name: Format check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Markdown lint
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: |
**/*.md
- name: Split the files
run: |
tools/setup-pages.sh