Skip to content

UTOPIA-1583: Fix ppq richtext #1653

UTOPIA-1583: Fix ppq richtext

UTOPIA-1583: Fix ppq richtext #1653

Workflow file for this run

name: 'Frontend Pull Request Lint'
on:
pull_request:
branches: [main]
paths:
- "src/frontend/**"
workflow_dispatch:
jobs:
App-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install project dependencies, run lint
run: |
cd src/frontend
npm ci
npm run lint