Skip to content

add pre commit hook #21

add pre commit hook

add pre commit hook #21

Workflow file for this run

name: Run End-to-end tests
on: push
jobs:
setup-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start