Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Lint

# Caller for the reusable lint workflow in topcoder1/ci-workflows.
# Runs actionlint on .github/workflows/*.yml and prettier --check on **/*.md.
#
# To customize per-project, set inputs below. Examples:
# markdown_glob: 'docs/**/*.md' # only lint docs/ markdown
# run_prettier: false # actionlint only

on:
pull_request:
push:
branches: [main]

permissions:
contents: read

jobs:
lint:
uses: topcoder1/ci-workflows/.github/workflows/lint.yml@main
# with:
# markdown_glob: '**/*.md'
# run_actionlint: true
# run_prettier: true
10 changes: 5 additions & 5 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

## Terminology

{/* Add product-specific terms and preferred usage */}
{/* Example: Use "workspace" not "project", "member" not "user" */}
{/_ Add product-specific terms and preferred usage _/}
{/_ Example: Use "workspace" not "project", "member" not "user" _/}

## Style preferences

{/* Add any project-specific style rules below */}
{/_ Add any project-specific style rules below _/}

- Use active voice and second person ("you")
- Keep sentences concise — one idea per sentence
Expand All @@ -29,5 +29,5 @@

## Content boundaries

{/* Define what should and shouldn't be documented */}
{/* Example: Don't document internal admin features */}
{/_ Define what should and shouldn't be documented _/}
{/_ Example: Don't document internal admin features _/}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ Install our GitHub app from your [dashboard](https://dashboard.mintlify.com/sett
- If a page loads as a 404: Make sure you are running in a folder with a valid `docs.json`.

### Resources

- [Mintlify documentation](https://mintlify.com/docs)
Loading