wyozi / regex-tester-action

Parses Regex patterns in changed files and makes them easily testable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Parses Regex patterns in changed files and makes them easily testable

License:MIT License


Languages

Language:TypeScript 100.0%