Skip to content

chore: made Cargo.toml and readme less CLI-centric #260

chore: made Cargo.toml and readme less CLI-centric

chore: made Cargo.toml and readme less CLI-centric #260

Workflow file for this run

name: Linters
on: pull_request
jobs:
misspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-misspell@v1
with:
locale: "US"
prlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: CondeNast/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
ignoreCommits: "true"