From ad0b7fc88689aaa407cf2091f542b1ffb44d166b Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Mon, 8 Feb 2021 17:24:28 -0600 Subject: 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) --- .github/workflows/build-extra.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build-extra.yml') 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 @@ name: Build-extra CI -on: +on: push: branches: [ master ] paths-ignore: @@ -19,7 +19,7 @@ on: - RELNOTES - SECURITY.md - 'etc/**' - + jobs: build-clang: if: ${{ ! contains(github.event.commits[0].message, '[skip ci]') }} -- cgit v1.2.3-70-g09d2