Skip to content

build(deps): bump wagoid/commitlint-github-action from 6.0.1 to 6.0.2 #1238

build(deps): bump wagoid/commitlint-github-action from 6.0.1 to 6.0.2

build(deps): bump wagoid/commitlint-github-action from 6.0.1 to 6.0.2 #1238

Workflow file for this run

name: Codespell
on:
push:
tags:
- v*
branches:
- master
- release-*
pull_request:
# cancel the in-progress workflow when PR is refreshed.
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
codespell:
name: codespell
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: codespell
uses: codespell-project/actions-codespell@master
with:
skip: logo.svg,*.sum
check_filenames: true
check_hidden: true