mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Install indentation deps
This commit is contained in:
parent
02df2577c8
commit
84e6378324
6
.github/workflows/code_layout.yml
vendored
6
.github/workflows/code_layout.yml
vendored
@ -102,6 +102,12 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 100
|
||||
- name: Install Requirements
|
||||
run: |
|
||||
sudo apt install -y \
|
||||
astyle \
|
||||
python-autopep8 \
|
||||
flip
|
||||
- name: Indentation Test
|
||||
run: ./scripts/verify_indentation.sh HEAD~1
|
||||
|
||||
|
@ -20,7 +20,7 @@ ASTYLEDIFF=/tmp/astyle.diff
|
||||
true > $ASTYLEDIFF
|
||||
|
||||
|
||||
echo "Commit range: $1"
|
||||
# echo "Commit range: $1"
|
||||
FILES=$(git diff --diff-filter=AM --name-only $1 | tr '\n' ' ' )
|
||||
|
||||
for f in $FILES; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user