mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 18:29:08 +00:00
- This is done because pre-commit 4 adds a deprecation notice about the 'commit' stage name
8 lines
233 B
YAML
8 lines
233 B
YAML
- id: ess
|
|
name: ess - env sample sync
|
|
description: Automatically and safely synchronize .env files with env.sample
|
|
language: golang
|
|
entry: ess
|
|
always_run: true
|
|
pass_filenames: false
|
|
stages: [pre-commit]
|