Skip to content

[DUX-2096] Fix bug in formatter that erases document (#68) #166

[DUX-2096] Fix bug in formatter that erases document (#68)

[DUX-2096] Fix bug in formatter that erases document (#68) #166

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
name: Continuous integration
jobs:
checks:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: npm run build