add m3p CN LRW3E7ET7RC171* #409
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |