Skip to content

feat: Mobile friendly #21

feat: Mobile friendly

feat: Mobile friendly #21

Workflow file for this run

name: Test PR
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm ci
working-directory: application/src/frontend
- run: npm run build
- run: npm run validate