Skip to content

UTOPIA-1097: Update "Before you begin" text #1293

UTOPIA-1097: Update "Before you begin" text

UTOPIA-1097: Update "Before you begin" text #1293

Workflow file for this run

name: 'Frontend Pull Request Lint'
on:
pull_request:
branches: [main]
paths:
- "src/frontend/**"
workflow_dispatch:
jobs:
API-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