Skip to content

Merge pull request #131 from ceva24/update-dist #290

Merge pull request #131 from ceva24/update-dist

Merge pull request #131 from ceva24/update-dist #290

Workflow file for this run

name: code formatting
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version-file: .nvmrc
- run: npm ci
- run: npx -c 'prettier --check .'