8000 Bump @octokit/plugin-retry from 6.0.1 to 6.1.0 · rdash99/github-script@c09d0d8 · GitHub
[go: up one dir, main page]

Skip to content

Bump @octokit/plugin-retry from 6.0.1 to 6.1.0 #44

Bump @octokit/plugin-retry from 6.0.1 to 6.1.0

Bump @octokit/plugin-retry from 6.0.1 to 6.1.0 #44

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-dependencies
- run: npm run style:check
- run: npm test
0