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 40ae74d commit 7023954Copy full SHA for 7023954
llvm-spirv/.github/workflows/check-code-style.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Gather list of changes
44
id: gather-list-of-changes
45
run: |
46
- git diff -U0 --no-color ${{ github.sha }}^ > diff-to-inspect.txt
+ git diff -U0 --no-color ${{ github.sha }}^ -- include lib > diff-to-inspect.txt
47
if [ -s diff-to-inspect.txt ]; then
48
# Here we set an output of our step, which is used later to either
49
# perform or skip further steps, i.e. there is no sense to install
0 commit comments