Skip to content

Merge pull request #70 from kpunwatk/fixes #42

Merge pull request #70 from kpunwatk/fixes

Merge pull request #70 from kpunwatk/fixes #42

Workflow file for this run

name: Code formatting
on: [push]
jobs:
build:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install .
- run: npx prettier --check './**/*.{ts,js,json}'