Skip to content

Test Ruby 3.3, log unknown config types, dependency updates #22

Test Ruby 3.3, log unknown config types, dependency updates

Test Ruby 3.3, log unknown config types, dependency updates #22

Workflow file for this run

name: Readme formatting and typo checking
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Markdown Lint
uses: avto-dev/markdown-lint@v1.5.0
with:
args: "./README.md"
config: "./.markdownlint.jsonc"
- name: Typos
uses: crate-ci/typos@v1.19.0