Skip to content

TWIN-763: Enforcing formatting in tutorial notebooks #2

TWIN-763: Enforcing formatting in tutorial notebooks

TWIN-763: Enforcing formatting in tutorial notebooks #2

Workflow file for this run

name: Mardown Formatting
on:
pull_request:
branches: [dev, main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v3
with:
node-version: "16.x"
- run: npm install --save-dev --save-exact prettier
- run: npm run format