Skip to content

Update the library version to 3.0.0. Add rootDir setting to tsconfig. #174

Update the library version to 3.0.0. Add rootDir setting to tsconfig.

Update the library version to 3.0.0. Add rootDir setting to tsconfig. #174

Workflow file for this run

name: Prettier
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_action@v3.3
with:
prettier_options: --write **/*.{js,md}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}