Skip to content

build(deps): bump actions/checkout from 3 to 4 #153

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #153

Workflow file for this run

name: codespell
on: [pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2.0