Skip to content

Bump c/storage to v1.52.0, c/image to v5.30.0 and then v5.30.1-dev #118

Bump c/storage to v1.52.0, c/image to v5.30.0 and then v5.30.1-dev

Bump c/storage to v1.52.0, c/image to v5.30.0 and then v5.30.1-dev #118

Workflow file for this run

---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Codespell
# uses configuration within .codespellrc file
uses: codespell-project/actions-codespell@v2