Skip to content

chore: adjust tsconfig.json (probably for typescript compilation with… #32

chore: adjust tsconfig.json (probably for typescript compilation with…

chore: adjust tsconfig.json (probably for typescript compilation with… #32

name: Format Frontend
on: push
jobs:
format_frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- run: npm ci
- run: npm run format:frontend