We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c529a6b commit 3d5bac2Copy full SHA for 3d5bac2
2 files changed
.github/workflows/update-lint-and-build.yml
@@ -59,8 +59,8 @@ jobs:
59
- name: Check changes significance
60
run: >
61
! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# ' -I'^"Last-Translator:
62
- ' -I'^"Project-Id-Version: ' --exit-code && echo "SIGNIFICANT_CHANGES=1"
63
- >> "$GITHUB_ENV" || exit 0
+ ' -I'^"Project-Id-Version: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> "$GITHUB_ENV"
+ || exit 0
64
- run: git add .
65
- run: git commit -m "$(python manage_translation.py generate_commit_msg)"
66
if: env.SIGNIFICANT_CHANGES
pyproject.toml
@@ -5,3 +5,4 @@ quote-style = "single"
5
whitelines = 1
6
section_whitelines = 1
7
explicit_start = false
8
+line_length = 88
0 commit comments