Skip to content

remove beforeTraverse() from nullsafe method call; counter is not relevant as output is already ternary nesting #25

remove beforeTraverse() from nullsafe method call; counter is not relevant as output is already ternary nesting

remove beforeTraverse() from nullsafe method call; counter is not relevant as output is already ternary nesting #25

Workflow file for this run

# see https://github.com/crate-ci/typos
name: "Typos"
on:
pull_request:
push:
branches:
- "main"
jobs:
typos:
name: "Check for typos"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: "Check for typos"
uses: "crate-ci/[email protected]"
with:
config: .github/typos.toml
files: "README.md src config rules tests rules-tests"