Skip to content

Bump @octokit/plugin-retry from 7.1.3 to 7.1.4 #4529

Bump @octokit/plugin-retry from 7.1.3 to 7.1.4

Bump @octokit/plugin-retry from 7.1.3 to 7.1.4 #4529

Workflow file for this run

name: ESLint
on:
push:
branches: [main]
pull_request:
branches: [main, '[0-9]+-[0-9]+-*']
workflow_run:
workflows: ['Dependabot']
branches: ['dependabot/**/*']
types:
- completed
workflow_dispatch:
workflow_call:
jobs:
eslint:
name: ESLint
if: ${{ !startsWith(github.head_ref || github.event.workflow_run.head_branch, 'workflows/tests/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
check-latest: true
cache: yarn
- name: Install dependencies
run: yarn install
- uses: ./
env:
DEBUG: 'eslint:cli-engine'
with:
targets: 'src'
fail-check: ${{ github.event_name == 'workflow_call' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}