Skip to content

Regex Tester Linker

Actions
Find regexps from changed files in Pull Requests and link to tester
1.0.0
Latest
Star (0)

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)

Regex Tester Linker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Find regexps from changed files in Pull Requests and link to tester
1.0.0
Latest

Regex Tester Linker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.