Skip to content

refactor(createTicket): show date in non-custom title (#395) #787

refactor(createTicket): show date in non-custom title (#395)

refactor(createTicket): show date in non-custom title (#395) #787

Workflow file for this run

name: TypeScript Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 9
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm i
- run: pnpm build