Skip to content

Document Page parameter in Vehicle listing | REL: #758 (#759) #400

Document Page parameter in Vehicle listing | REL: #758 (#759)

Document Page parameter in Vehicle listing | REL: #758 (#759) #400

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/[email protected]
with:
prettier_options: --check docs