Skip to content

Update pre-commit hook gitleaks/gitleaks to v8.19.2 #880

Update pre-commit hook gitleaks/gitleaks to v8.19.2

Update pre-commit hook gitleaks/gitleaks to v8.19.2 #880

Workflow file for this run

name: 'run tests'
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version-file: .nvmrc
- run: |
corepack yarn install
- run: |
corepack yarn run test