Skip to content

fixed formatting of tests #155

fixed formatting of tests

fixed formatting of tests #155

Workflow file for this run

name: Formatting
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: |
npm ci
npx lix run formatter -s . --check