Skip to content

docs: documented UpdateInformer usage that doesn't create cache file #261

docs: documented UpdateInformer usage that doesn't create cache file

docs: documented UpdateInformer usage that doesn't create cache file #261

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/conventional-pull-request-action@v0.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
ignoreCommits: "true"