aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/checkpatch.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checkpatch.yml b/.github/workflows/checkpatch.yml
index a9ce549..b7f3eba 100644
--- a/.github/workflows/checkpatch.yml
+++ b/.github/workflows/checkpatch.yml
@@ -16,7 +16,7 @@ jobs:
- name: Checkout Base
run: |
git fetch origin ${{ github.event.pull_request.base.ref }}
- echo "The current base for checkpatch is: $(git show FETCH_HEAD --oneline --raw)"
+ echo "The current base for checkpatch is: $(git show FETCH_HEAD --oneline --raw)"
- name: Install required packages (apt-get)
run: |
sudo apt-get update