Skip to content

Commit 7023954

Browse files
svenvhvmaksimo
authored andcommitted
Only check code style in include/ and lib/
1 parent 40ae74d commit 7023954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/.github/workflows/check-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Gather list of changes
4444
id: gather-list-of-changes
4545
run: |
46-
git diff -U0 --no-color ${{ github.sha }}^ > diff-to-inspect.txt
46+
git diff -U0 --no-color ${{ github.sha }}^ -- include lib > diff-to-inspect.txt
4747
if [ -s diff-to-inspect.txt ]; then
4848
# Here we set an output of our step, which is used later to either
4949
# perform or skip further steps, i.e. there is no sense to install

0 commit comments

Comments
 (0)