Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

feat: remove generator script (#141) #19

feat: remove generator script (#141)

feat: remove generator script (#141) #19

Workflow file for this run

name: spell_check
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
spell-check:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
with:
includes: |
**/*.md
!brick/**/*.md
.*/**/*.md
modified_files_only: false