From e9adc637269206506a8c16724e27a500dcb92ad8 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sat, 26 Dec 2020 18:45:14 +0000 Subject: [PATCH] :construction_worker_man: sync DINAR Pushed from https://github.com/itpp-labs/DINAR/.github/workflows/fork2repos.yml --- .github/workflows/DINAR-PORT.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/DINAR-PORT.yml b/.github/workflows/DINAR-PORT.yml index 52ecb87..481442d 100644 --- a/.github/workflows/DINAR-PORT.yml +++ b/.github/workflows/DINAR-PORT.yml @@ -97,6 +97,9 @@ jobs: 2> $LOG_FILE || true cat $LOG_FILE + # TMP: run pre-commit agains xml files only. See https://github.com/OCA/odoo-module-migrator/pull/38#pullrequestreview-558886327 + pre-commit run --files $(find ${{ env.PORT_MODULE }} -type f -iname "*.xml") || true + # remove colors sed -r -i "s/\x1B\[([0-9]{1,3}(;[0-9]{1,2})?)?[mGK]//g" $LOG_FILE # escape character