Skip to content

build(deps): bump actions/download-artifact from 4 to 5 (#8308) #3609

build(deps): bump actions/download-artifact from 4 to 5 (#8308)

build(deps): bump actions/download-artifact from 4 to 5 (#8308) #3609

Workflow file for this run

name: django CMS spelling
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: codespell
uses: codespell-project/actions-codespell@master