Skip to content

Bump axios and @gitbook/api in /gitbook-plugin #556

Bump axios and @gitbook/api in /gitbook-plugin

Bump axios and @gitbook/api in /gitbook-plugin #556

Workflow file for this run

---
name: Check
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Lint
run: npm run lint
typecheck:
name: Typecheck
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Typecheck
run: npm run typecheck