Regex Tester Linker
ActionsTags
(2)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).
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 }}
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.