Skip to content

Merge pull request #66 from kpunwatk/fix_featuresTest #39

Merge pull request #66 from kpunwatk/fix_featuresTest

Merge pull request #66 from kpunwatk/fix_featuresTest #39

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}'