From 1b3ac9938a77f1e5ead274c5242dca1e6e4a4c15 Mon Sep 17 00:00:00 2001 From: alexgimenez02 Date: Thu, 6 Jul 2023 09:23:09 +0200 Subject: [PATCH] feat: add github actions as env variable --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2214d0007d..2ec2c5e63c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,6 +14,8 @@ repos: - id: mixed-line-ending - repo: local + env: + GITHUB_ACTIONS: 'true' hooks: - id: cli name: cli