Skip to content

Add command to convert Markdown selection to PreTeXt (#97) #216

Add command to convert Markdown selection to PreTeXt (#97)

Add command to convert Markdown selection to PreTeXt (#97) #216

name: Pull Request Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Check formatting
run: |
npx prettier -c $(git ls-files "*.ts")
npx prettier -c $(git ls-files "snippets/*.json")