name: Validation action
on: [push]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actalog/expect@v1
with:
type: regex
value: example@example.com
pattern: '^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$'actalog/expect
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|