/regex-tester-action

Parses Regex patterns in changed files and makes them easily testable

Primary LanguageTypeScriptMIT LicenseMIT

regex-tester-action

Attempts to find regex patterns in changed files, displays a table of them and provides links to test the patterns. The action takes no input other than the Github token (to add/edit issue comments).

Action

on: [pull_request]

jobs:
  regex_tester:
    runs-on: ubuntu-latest
    name: Regex Tester
    steps:
      - name: Regex Tester
        uses: wyozi/regex-tester-action@master
        with:
          gh-token: ${{ secrets.GITHUB_TOKEN }}

Example

See #1 (comment)