Skip to content
Open
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
472 changes: 236 additions & 236 deletions .github/CODEOWNERS

@mcmire mcmire Jul 15, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To read this diff, you'll probably want to turn off whitespace. (I could have coded whitespace settings into codeowners.ts but I didn't want to make that file worse than it already was.)

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions .github/workflows/lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ jobs:
matrix:
node-version: [24.x]
script:
- lint:eslint
- lint:misc:check
- codeowners:check
- constraints
- lint:dependencies
- lint:eslint
- lint:misc:check
- lint:teams
- lint:tsconfigs:all
- messenger-action-types:check
- readme-content:check
- lint:tsconfigs:all
steps:
- name: Checkout and setup environment
uses: MetaMask/action-checkout-and-setup@v3
Expand Down
Loading
Loading