Skip to content

Ignore packages with commit instead of version #27

Ignore packages with commit instead of version

Ignore packages with commit instead of version #27

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/[email protected]
with:
args: "./README.md"
config: "./.markdownlint.jsonc"
- name: Typos
uses: crate-ci/[email protected]