Skip to content

Commit e09aef8

Browse files
committed
Fix typo
1 parent 24bbda0 commit e09aef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint-mixins.yml

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

43
permissions:
54
contents: read
@@ -37,8 +36,9 @@ jobs:
3736
dir_names: true
3837
dir_names_exclude_current_dir: true
3938
dir_names_max_depth: 1
40-
files: **-mixin/
39+
files: |
40+
**-mixin/
4141
matrix: true
4242

43-
- name: List all changed mixins:
43+
- name: List all changed mixins
4444
run: echo '${{ steps.changed-mixins.outputs.all_changed_files }}'

0 commit comments

Comments
 (0)