Skip to content

Enable verbose logging by default and add quiet option for logging #16

Enable verbose logging by default and add quiet option for logging

Enable verbose logging by default and add quiet option for logging #16

Workflow file for this run

name: Spelling
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v5
- name: Spell Check Repo
uses: crate-ci/typos@v1.42.3