Skip to content

Commit 1a0b526

Browse files
chore: ncu -u (January 24, 2026)
1 parent 6aa6787 commit 1a0b526

21 files changed

Lines changed: 3134 additions & 3297 deletions

.github/DEVELOPMENT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Each should be shown in VS Code, and can be run manually on the command-line:
5555

5656
- `pnpm lint` ([ESLint](https://eslint.org) with [typescript-eslint](https://typescript-eslint.io)): Lints JavaScript and TypeScript source files
5757
- `pnpm lint:knip` ([knip](https://github.com/webpro/knip)): Detects unused files, dependencies, and code exports
58-
- `pnpm lint:md` ([Markdownlint](https://github.com/DavidAnson/markdownlint)): Checks Markdown source files
5958
- `pnpm lint:packages` ([pnpm dedupe --check](https://pnpm.io/cli/dedupe)): Checks for unnecessarily duplicated packages in the `pnpm-lock.yml` file
6059
- `pnpm lint:spelling` ([cspell](https://cspell.org)): Spell checks across all source files
6160

File renamed without changes.
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: ./.github/actions/prepare
2222
- run: pnpm lint:knip
23-
lint_markdown:
24-
name: Lint Markdown
25-
runs-on: ubuntu-latest
26-
steps:
27-
- uses: actions/checkout@v4
28-
- uses: ./.github/actions/prepare
29-
- run: pnpm lint:md
3023
lint_packages:
3124
name: Lint Packages
3225
runs-on: ubuntu-latest
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
if: ${{ !endsWith(github.actor, '[bot]') }}
44
runs-on: ubuntu-latest
55
steps:
6-
- uses: JoshuaKGoldberg/octoguide@0.11.4
6+
- uses: OctoGuide/bot@0.21.3
77
with:
88
github-token: ${{ secrets.GITHUB_TOKEN }}
99

File renamed without changes.

0 commit comments

Comments
 (0)