Skip to content

Commit a63b908

Browse files
cb341claude
andcommitted
refactor: rename bin/check → bin/htmlproofer, bin/fastcheck → bin/prettier
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6d209bb commit a63b908

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
node-version: "lts/*"
2020
- run: npm install -g prettier
2121
- run: bin/build
22-
- run: bin/check
22+
- run: bin/htmlproofer

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: "lts/*"
3232
- run: npm install -g prettier
3333
- run: bin/build
34-
- run: bin/check
34+
- run: bin/htmlproofer
3535
- uses: actions/configure-pages@v5
3636
- uses: actions/upload-pages-artifact@v3
3737
with:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)