Skip to content

GRIDEDIT-1490: Enable releasing from existing branches with tag auto-merge disabled by default #75

GRIDEDIT-1490: Enable releasing from existing branches with tag auto-merge disabled by default

GRIDEDIT-1490: Enable releasing from existing branches with tag auto-merge disabled by default #75

Workflow file for this run

name: Spell check
on:
push:
branches: [master]
pull_request:
jobs:
check:
runs-on: ubuntu-22.04
name: Codespell Check
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true