Skip to content

feat: update snigpt history to 3000 #25

feat: update snigpt history to 3000

feat: update snigpt history to 3000 #25

Workflow file for this run

name: CI checks
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm i
- run: npm test