Skip to content

Commit 6dcb417

Browse files
committed
kill trailing newlines
1 parent 9476cf9 commit 6dcb417

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-check-transformers.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,15 @@ jobs:
3636
id: changed-files
3737
uses: neuralmagic/nm-actions/actions/changed-files@update-change-tracking
3838
with:
39-
include-patterns: |
39+
include-patterns: |-
4040
.*
4141
.github/workflows/test-check-transformers.yaml
42-
exclude-patterns: |
42+
exclude-patterns: |-
4343
^examples/**
4444
^tests/e2e/**
4545
^tests/lmeval/**
4646
^tests/examples/**
4747
**/*.md
48-
4948
- name: Log relevant output
5049
run: |
5150
echo "changes-present: ${{ steps.changed-files.outputs.all_changed_files }}"

0 commit comments

Comments
 (0)