Skip to content

Commit 7b25b3e

Browse files
committed
Fix typo
1 parent 24bbda0 commit 7b25b3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint-mixins.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)