Skip to content

chore: bump ray from 2.55.0 to 2.56.0 in /presets/workspace/dependencies #4000

chore: bump ray from 2.55.0 to 2.56.0 in /presets/workspace/dependencies

chore: bump ray from 2.55.0 to 2.56.0 in /presets/workspace/dependencies #4000

Workflow file for this run

# GitHub Action to automate the identification of common misspellings in text files.
# https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell
name: codespell
on: [push, pull_request]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: codespell-project/actions-codespell@8d1a4b1bd974b8082be0842c2e7e57c8bf6b9b63
with:
check_filenames: true
skip: ./.git,./.github/workflows/codespell.yaml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./website/package-lock.json,./website/yarn.lock,./presets/workspace/test/falcon-benchmark/plot.ipynb
ignore_words_list: "AKS,aks,allReady,complies,ro,NotIn"