Skip to main content
Module

x/githooks/deno.json

Allows you to associate deno tasks with githooks by extending the native deno.json configuration file
Go to Latest
File
{ "tasks": { "start": "deno run -A githooks.ts", "check": "deno fmt --check && deno lint" }, "githooks": { "pre-commit": ["check"] }}