Skip to content

Bump @octokit/plugin-paginate-rest from 9.0.0 to 9.2.2 #152

Bump @octokit/plugin-paginate-rest from 9.0.0 to 9.2.2

Bump @octokit/plugin-paginate-rest from 9.0.0 to 9.2.2 #152

Workflow file for this run

name: eslint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6.2.0
with:
node-version: lts/*
- run: npm ci
- run: npm run lint