Skip to content

Docs v2

Docs v2 #2

Workflow file for this run

name: Docs
on:
push:
branches:
- main
pull_request:
paths:
- 'docs/**'
jobs:
check_formatting:
runs-on: ubuntu-latest
name: Docs formatting
working-directory: ./docs

Check failure on line 16 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / Docs

Invalid workflow file

The workflow is not valid. .github/workflows/docs.yml (Line: 16, Col: 5): Unexpected value 'working-directory'
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Check formatting
run: npm run format:check