diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-08-25 12:49:09 +0000 |
---|---|---|
committer | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-08-25 12:49:09 +0000 |
commit | ca7baacd62d642f160f1ad66fb13d894e65dbb03 (patch) | |
tree | c7049bed005124169366da2ba7121bd2a87bc81e /.github/workflows | |
parent | 78cee0531a67f271c4d9ea00d2de0bc1e1dfaead (diff) | |
download | ranger-ca7baacd62d642f160f1ad66fb13d894e65dbb03.tar.gz |
Remove trailing whitespace
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/shellcheck.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 783ff0fa..9fe4c1c4 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -1,6 +1,6 @@ name: Shellcheck scope.sh -on: +on: push: paths: - '.github/workflows/shellcheck.yml' |