Skip to content

feat: store fetchInfo in ApiError #28

feat: store fetchInfo in ApiError

feat: store fetchInfo in ApiError #28

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 🏗 Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
- name: 🏗 Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: 📦 Install dependencies
run: pnpm install
- name: 📦 Run ESLint
run: pnpm exec eslint . --max-warnings=0