Skip to content

Document Page parameter in Vehicle listing | REL: #758 #399

Document Page parameter in Vehicle listing | REL: #758

Document Page parameter in Vehicle listing | REL: #758 #399

Workflow file for this run

name: Formatting
on:
push:
branches: [master]
paths:
- docs/**
pull_request:
branches: [master]
paths:
- docs/**
jobs:
test:
name: Check docs formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check formatting
uses: creyD/prettier_action@v4.3
with:
prettier_options: --check docs