We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d03cbb commit 87df6ccCopy full SHA for 87df6cc
.github/workflows/mr.yml
@@ -26,5 +26,4 @@ jobs:
26
- name: MR INFO
27
run: |
28
git fetch origin master
29
- git branch | cat
30
- git diff --name-status origin/master | awk '{print $2}'
+ sh .githooks/pre-commit
0 commit comments