Skip to content

Add gitleaks pre-commit #483

Add gitleaks pre-commit

Add gitleaks pre-commit #483

Workflow file for this run

name: Pull request
on: pull_request
jobs:
build:
name: Pull request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run linting
run: npm run lint
- name: Run tests
run: npm test
- name: Run backstop
run: npm run backstop:ci