Skip to content

add m3p CN LRW3E7ET7RC171* #409

add m3p CN LRW3E7ET7RC171*

add m3p CN LRW3E7ET7RC171* #409

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