Skip to content

feat(printer): add per-node NEWLINE_ON_FLUENT_CALL attribute to Bett… #1174

feat(printer): add per-node NEWLINE_ON_FLUENT_CALL attribute to Bett…

feat(printer): add per-node NEWLINE_ON_FLUENT_CALL attribute to Bett… #1174

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/typos@v1.44.0"
with:
config: .github/typos.toml
files: "README.md src config rules tests rules-tests templates"