aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.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/build-extra.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/build-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index 1468ef898..d026b9356 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -1,6 +1,6 @@
1name: Build-extra CI 1name: Build-extra CI
2 2
3on: 3on:
4 push: 4 push:
5 branches: [ master ] 5 branches: [ master ]
6 paths-ignore: 6 paths-ignore:
@@ -19,7 +19,7 @@ on:
19 - RELNOTES 19 - RELNOTES
20 - SECURITY.md 20 - SECURITY.md
21 - 'etc/**' 21 - 'etc/**'
22 22
23jobs: 23jobs:
24 build-clang: 24 build-clang:
25 if: ${{ ! contains(github.event.commits[0].message, '[skip ci]') }} 25 if: ${{ ! contains(github.event.commits[0].message, '[skip ci]') }}