Skip to content

feat: use new compiler server (#20) #11

feat: use new compiler server (#20)

feat: use new compiler server (#20) #11

Workflow file for this run

name: Code Style
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check code formatting
run: npx prettier . --check