[PR #822] Add Payout Address Lint #13170

Open
opened 2026-06-19 21:58:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/822
Author: @go165
Created: 6/13/2026
Status: 🔄 Open

Base: mainHead: go165/add-payout-address-lint


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Summary

Adds Payout Address Lint to the Static Analysis / Linting section.

Payout Address Lint is a GitHub Action and CLI for checking bounty and PR payout instructions for invalid or ambiguous wallet addresses before maintainers send USDC, MRWK, or other wallet payouts.

Repository: https://github.com/go165/payout-address-lint
Demo: https://go165.github.io/payout-address-lint/
Release: https://github.com/go165/payout-address-lint/releases/tag/v0.3.0

Validation

  • Checked for duplicate open PRs mentioning payout-address-lint
  • Ran git diff --check origin/main..HEAD
  • Verified https://github.com/go165/payout-address-lint is public and accessible
  • Ran npm test in go165/payout-address-lint: 17 tests passed
  • Ran npm run lint:examples in go165/payout-address-lint
  • Verified import { lintText, formatGithubComment } from 'payout-address-lint' works in go165/payout-address-lint
  • Verified latest go165/payout-address-lint CI, Pages, and Action smoke runs are successful on 5acfdb3
  • Verified go165/payout-address-lint v0.3.0 release and tag are published and GitHub-verified

Blocked local list check:

  • npx --yes awesome-lint could not run in this environment because the configured npm mirror returned 503 for https://mirrors.tencentyun.com/npm/awesome-lint. I did not keep retrying registry downloads.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/822 **Author:** [@go165](https://github.com/go165) **Created:** 6/13/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `go165/add-payout-address-lint` --- ### 📝 Commits (1) - [`8229592`](https://github.com/sdras/awesome-actions/commit/822959234e4b10cc5cf336eeaa36290e631f336e) Add Payout Address Lint ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Summary Adds Payout Address Lint to the Static Analysis / Linting section. Payout Address Lint is a GitHub Action and CLI for checking bounty and PR payout instructions for invalid or ambiguous wallet addresses before maintainers send USDC, MRWK, or other wallet payouts. Repository: https://github.com/go165/payout-address-lint Demo: https://go165.github.io/payout-address-lint/ Release: https://github.com/go165/payout-address-lint/releases/tag/v0.3.0 ## Validation - Checked for duplicate open PRs mentioning payout-address-lint - Ran `git diff --check origin/main..HEAD` - Verified https://github.com/go165/payout-address-lint is public and accessible - Ran `npm test` in `go165/payout-address-lint`: 17 tests passed - Ran `npm run lint:examples` in `go165/payout-address-lint` - Verified `import { lintText, formatGithubComment } from 'payout-address-lint'` works in `go165/payout-address-lint` - Verified latest `go165/payout-address-lint` CI, Pages, and Action smoke runs are successful on `5acfdb3` - Verified `go165/payout-address-lint` v0.3.0 release and tag are published and GitHub-verified Blocked local list check: - `npx --yes awesome-lint` could not run in this environment because the configured npm mirror returned 503 for `https://mirrors.tencentyun.com/npm/awesome-lint`. I did not keep retrying registry downloads. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-19 21:58:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#13170