Skip to content

fix: add TODO comment for additional exports or configurations in pro… #11

fix: add TODO comment for additional exports or configurations in pro…

fix: add TODO comment for additional exports or configurations in pro… #11

Workflow file for this run

name: AutoMaintainer-bot CI
on:
push:
branches-ignore:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm ci --force
- name: Build
run: npm run build