Skip to content

Fix event notifications for instance changes #55

Fix event notifications for instance changes

Fix event notifications for instance changes #55

Workflow file for this run

name: Run Codespell
# NB: Will only process "skip" and "ignore-words-list" from the codespell
# config file if provided
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
reuse-workflow-run-codespell:
name: Run Codespell
uses: ehennestad/matbox-actions/.github/workflows/codespell-workflow.yml@v1
with:
# Specify the path of a codespell config file relative to the repository
# root directory
config_file: tools/.codespellrc