https://github.com/actalog/expect
✅ Assertion for GitHub Actions
https://github.com/actalog/expect
actions github javascript regex validation
Last synced: 19 days ago
JSON representation
✅ Assertion for GitHub Actions
- Host: GitHub
- URL: https://github.com/actalog/expect
- Owner: actalog
- License: unlicense
- Created: 2024-07-27T12:49:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-05-25T20:32:02.000Z (about 2 months ago)
- Last Synced: 2025-06-25T05:42:08.960Z (20 days ago)
- Topics: actions, github, javascript, regex, validation
- Language: TypeScript
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @actalog/expect
[](https://github.com/actalog/expect/actions/workflows/ci.yml)
[](https://github.com/actalog/expect/actions/workflows/cd.yml)```yml
name: Validation actionon: [push]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actalog/expect@v1
with:
type: regex
value: [email protected]
pattern: '^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$'
```