Skip to content

Send command to engine feature (#57) #149

Send command to engine feature (#57)

Send command to engine feature (#57) #149

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: npm install prettier
- run: npm run format:check