Skip to content

Commit

Permalink
Add index docs page.
Browse files Browse the repository at this point in the history
For now, this can just be the README but we should, in the fullness of time,
customize the content. Notably, we may want to pull out the CLI usage
information to a separate page.
  • Loading branch information
msuozzo committed Jun 5, 2024
1 parent fb356a3 commit 760620a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Check formatting
run: |
npx prettier --version
npx prettier --check **/*.md **/*.yml **/*.yaml
npx prettier --check --no-error-on-unmatched-pattern **/*.md **/*.yml **/*.yaml
1 change: 1 addition & 0 deletions docs/index.md

0 comments on commit 760620a

Please sign in to comment.