Skip to content

fix(qbox): ticketreply permission #4

fix(qbox): ticketreply permission

fix(qbox): ticketreply permission #4

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
permissions:
contents: read
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup Node.js v24
uses: actions/setup-node@v5
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build