Skip to content

Commit

Permalink
disable md lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Dec 12, 2023
1 parent 8dee8eb commit 0167f28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 21 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3

lint:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "14"
- name: Prettier check
run: |
# if you encounter error, rerun the command below and commit the changes
make lint
git diff --exit-code
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

serve:
mdbook serve

lint:
npx prettier@2.7.1 --write src

run-all:
cd examples && zig build run-all --summary all

serve:
mdbook serve
2 changes: 1 addition & 1 deletion README.md
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Summary

[Introduction](./README.md)
[Introduction](./intro.md)

- [File System]()
- [Read file line by line](./01-01-read-file-line-by-line.md)
Expand Down
File renamed without changes.

0 comments on commit 0167f28

Please sign in to comment.