Skip to content

🚑 fix: Update Cyprus regex pattern to match new format and add valid code in test fixtures #15

🚑 fix: Update Cyprus regex pattern to match new format and add valid code in test fixtures

🚑 fix: Update Cyprus regex pattern to match new format and add valid code in test fixtures #15

Workflow file for this run

name: Snyk Security Check
on: pull_request
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}