Skip to content

Add prediction market strategy guide #97

Add prediction market strategy guide

Add prediction market strategy guide #97

Workflow file for this run

name: Markdown
on:
pull_request:
branches: [ main ]
jobs:
prettier:
name: Verify formatting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run check
uses: creyD/[email protected]
with:
dry: true
prettier_version: 2.2.1
prettier_options: "--check docs/*.md* docs/**/*.md* docs/**/**/*.md*"