Skip to content

Add story title to admin view #595

Add story title to admin view

Add story title to admin view #595

Workflow file for this run

name: frontend-pr
on:
pull_request:
paths:
- "frontend/**"
defaults:
run:
shell: bash
working-directory: frontend
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
- run: npm run lint:strict