Skip to content

Merge pull request #65 from kpunwatk/automation_fixes #37

Merge pull request #65 from kpunwatk/automation_fixes

Merge pull request #65 from kpunwatk/automation_fixes #37

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