Skip to content

Update how to component #50

Update how to component

Update how to component #50

Workflow file for this run

name: Prettier
on:
pull_request:
branches: [ develop ]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm install
- run: npm run prettier