Skip to content

Add more detailed instructions on how to train a model #245

Add more detailed instructions on how to train a model

Add more detailed instructions on how to train a model #245

Workflow file for this run

name: Docs Linter
on:
# Triggers the workflow on push or pull request events but
# only for the default branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
fetch:
runs-on: ubuntu-latest
steps:
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Clone repository
uses: actions/checkout@v3
- name: Run markdown linter
run: |
npm install
npm test
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Check SUMMARY.md
run: |
python .github/scripts/check_summary.py src