Skip to content

chore(deps-dev): Bump typescript from 5.1.6 to 5.2.2 #1084

chore(deps-dev): Bump typescript from 5.1.6 to 5.2.2

chore(deps-dev): Bump typescript from 5.1.6 to 5.2.2 #1084

Workflow file for this run

name: codespell
on: [pull_request, push]
jobs:
codespell:
if: github.event.pull_request.user.type != 'Bot' && !contains(github.event.pull_request.labels.*.name, 'skip-ci')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: pip install codespell
- run: codespell --ignore-words-list="groupt,nd,ot,claus" --skip="./yarn.lock"