Skip to content

New sniff to avoid deprecated "no"/"yes" autoload parameters when cal… #4958

New sniff to avoid deprecated "no"/"yes" autoload parameters when cal…

New sniff to avoid deprecated "no"/"yes" autoload parameters when cal… #4958

Workflow file for this run

on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
pull_request:
branches:
- master
name: Typo Checks
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling of file.txt
uses: crate-ci/typos@master