Skip to content

Issues: Track author, closed reason, and assignment date #320

Issues: Track author, closed reason, and assignment date

Issues: Track author, closed reason, and assignment date #320

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup node
uses: actions/setup-node@v5
with:
node-version: "24"
cache: npm
- run: npm install
- name: Lint
run: npm run lint
- run: npm run build