Skip to content

Commit 794fb6f

Browse files
authored
Auto-format README.md (#341)
1 parent e6a39c7 commit 794fb6f

File tree

3 files changed

+749
-678
lines changed

3 files changed

+749
-678
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ jobs:
4141
- name: Run Unit Tests
4242
run: swift test
4343

44+
lint-markdown:
45+
name: Lint Markdown
46+
runs-on: macos-15
47+
steps:
48+
- uses: actions/checkout@v6
49+
- uses: ruby/setup-ruby@v1
50+
with:
51+
bundler-cache: true
52+
- uses: actions/setup-node@v4
53+
- name: Lint README.md
54+
run: bundle exec rake lint:markdown
55+
4456
site-build:
4557
name: Build Site
4658
runs-on: macos-15

0 commit comments

Comments
 (0)