Skip to content

Bump @evilmartians/lefthook from 1.5.5 to 1.5.6 #109

Bump @evilmartians/lefthook from 1.5.5 to 1.5.6

Bump @evilmartians/lefthook from 1.5.5 to 1.5.6 #109

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
lint-test:
runs-on: ubuntu-20.04
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm test