Skip to content

Merge pull request #54 from kpunwatk/story_point_update #36

Merge pull request #54 from kpunwatk/story_point_update

Merge pull request #54 from kpunwatk/story_point_update #36

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