Skip to content

feat: add required issued-at validation option #102

feat: add required issued-at validation option

feat: add required issued-at validation option #102

Workflow file for this run

name: spelling
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v6
- name: Spell Check Repo
uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0
with:
config: ./.github/spell-check.toml