Skip to content

chore: add TypeScript config and convert project structure #6

chore: add TypeScript config and convert project structure

chore: add TypeScript config and convert project structure #6

Workflow file for this run

name: Prettier
on:
pull_request:
branches: [master]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 17
- run: npm install
- run: npm run prettier:check