Skip to content

try out new spellcheck #551

try out new spellcheck

try out new spellcheck #551

Workflow file for this run

name: Spellcheck
on:
pull_request: {branches: ['main']}
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
- name: GitHub Spellcheck
uses: igsekor/[email protected]