Skip to content

[stable30] fix(upgrade_to_30): Note the drop of MariaDB 10.5 support #465

[stable30] fix(upgrade_to_30): Note the drop of MariaDB 10.5 support

[stable30] fix(upgrade_to_30): Note the drop of MariaDB 10.5 support #465

Workflow file for this run

name: 'Codespell'
on:
pull_request:
push:
branches:
- master
jobs:
codespell:
name: Check spelling
runs-on: self-hosted
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Check spelling
uses: codespell-project/actions-codespell@v2