Skip to content

Update the CI workflows to use the latest versions of the gap-actions tools #609

Update the CI workflows to use the latest versions of the gap-actions tools

Update the CI workflows to use the latest versions of the gap-actions tools #609

Workflow file for this run

name: codespell
on:
pull_request:
push:
branches:
- "main"
- "stable-*.*"
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: codespell-project/actions-codespell@v2.1