Skip to content

fix: repair admin console and strengthen story intake #184

fix: repair admin console and strengthen story intake

fix: repair admin console and strengthen story intake #184

Workflow file for this run

name: quality
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install
run: npm ci
- name: Run quality gate
run: npm run check