Skip to content

Bump @typescript-eslint/eslint-plugin from 8.48.1 to 8.49.0 in the types group #740

Bump @typescript-eslint/eslint-plugin from 8.48.1 to 8.49.0 in the types group

Bump @typescript-eslint/eslint-plugin from 8.48.1 to 8.49.0 in the types group #740

Workflow file for this run

name: codespell
on: [pull_request, workflow_dispatch]
jobs:
codespell:
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install codespell
run: |
python3 -m pip install --break-system-packages codespell
- name: Run codespell
timeout-minutes: 5
run: |
codespell src