Skip to content

Add new regex matching pattern #20

Add new regex matching pattern

Add new regex matching pattern #20

Workflow file for this run

name: Run Jest Tests
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./.github/workflows/verify-vault-secrets
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Run Jest tests
run: npm test