Skip to content

Commit bae9b92

Browse files
committed
Fix typo
1 parent 24bbda0 commit bae9b92

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/lint-mixins.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "Lint Mixins"
2+
name: Mixins
33

44
permissions:
55
contents: read
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
check-for-changed-mixins:
15-
name: Check for changed mixins
15+
name: Check for changes
1616
runs-on: ubuntu-latest
1717
outputs:
1818
changed-mixins: ${{ steps.changed-mixins.outputs.all_changed_files }}
@@ -37,7 +37,8 @@ jobs:
3737
dir_names: true
3838
dir_names_exclude_current_dir: true
3939
dir_names_max_depth: 1
40-
files: **-mixin/
40+
files: |
41+
**-mixin/
4142
matrix: true
4243

4344
- name: List all changed mixins:

0 commit comments

Comments
 (0)