Skip to content

API skeleton added for automated cleanup #475

API skeleton added for automated cleanup

API skeleton added for automated cleanup #475

Workflow file for this run

name: Run formatter
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
check-code-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci && npm run formatter