Skip to content

feat: add context documentation and implement API throttling for pull… #24

feat: add context documentation and implement API throttling for pull…

feat: add context documentation and implement API throttling for pull… #24

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build
- name: Bundle
run: npm run bundle