aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/sort.yml
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2021-02-08 17:24:28 -0600
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2021-02-08 17:24:28 -0600
commitad0b7fc88689aaa407cf2091f542b1ffb44d166b (patch)
tree89f9fde545d17a86edfe3ef8547db8ecea5f3584 /.github/workflows/sort.yml
parentMerge pull request #3961 from kmk3/fix-macro-usage (diff)
downloadfirejail-ad0b7fc88689aaa407cf2091f542b1ffb44d166b.tar.gz
firejail-ad0b7fc88689aaa407cf2091f542b1ffb44d166b.tar.zst
firejail-ad0b7fc88689aaa407cf2091f542b1ffb44d166b.zip
Housekeeping: strip extra whitespace
Just `find . -not \( -name .git -prune -o -name *.AppImage -prune \) -type f -print0 | xargs -0 perl -pi -e 's/ +$//'` and filter to avoid unwanted changes (especially .md files)
Diffstat (limited to '.github/workflows/sort.yml')
-rw-r--r--.github/workflows/sort.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/sort.yml b/.github/workflows/sort.yml
index 55ac065b6..878a5eb82 100644
--- a/.github/workflows/sort.yml
+++ b/.github/workflows/sort.yml
@@ -1,7 +1,7 @@
1name: sort.py 1name: sort.py
2 2
3on: 3on:
4 push: 4 push:
5 branches: [ master ] 5 branches: [ master ]
6 paths: 6 paths:
7 - 'etc/**' 7 - 'etc/**'