Skip to content

Commit

Permalink
pre-commit: Apply trailing whitespace fixes for all repo (#3546)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Mar 30, 2024
1 parent 339e0d1 commit 2aa98a1
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .github/actions/create-upload-suggestions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ runs:
steps.upload-changes.outputs.artifact-url }})
- name: Fail action if some files were changed
if: >-
${{ (steps.files_changed.outputs.files_changed == 'true') &&
${{ (steps.files_changed.outputs.files_changed == 'true') &&
(steps.inputs.outputs.fail-if-changed == 'true') }}
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Coverity Scan
on:
workflow_dispatch: # run whenever a contributor calls it
schedule:
schedule:
- cron: '48 5 * * *' # Run at 05:48
# Coverity will let GRASS do a scan a maximum of twice per day, so this schedule will help GRASS fit within that limit with some additional space for manual runs

jobs:
build:
runs-on: [ ubuntu-latest ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Add extra exclusions to a gunittest config file
run: |
sed 's:exclude =:exclude = ${{
sed 's:exclude =:exclude = ${{
steps.get-exclude.outputs.extra-exclude
}}:g' .gunittest.cfg > .gunittest.extra.cfg
cat .gunittest.extra.cfg
Expand Down
Loading

0 comments on commit 2aa98a1

Please sign in to comment.