We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bbda0 commit 0f8bc5fCopy full SHA for 0f8bc5f
.github/workflows/lint-mixins.yml
@@ -1,5 +1,5 @@
1
---
2
-name: "Lint Mixins"
+name: Mixin
3
4
permissions:
5
contents: read
@@ -8,11 +8,11 @@ on:
8
# To conserve resources we only run tests against main in PRs
9
pull_request:
10
branches:
11
- - main
+ - master
12
13
jobs:
14
check-for-changed-mixins:
15
- name: Check for changed mixins
+ name: Check for changes
16
runs-on: ubuntu-latest
17
outputs:
18
changed-mixins: ${{ steps.changed-mixins.outputs.all_changed_files }}
@@ -37,8 +37,9 @@ jobs:
37
dir_names: true
38
dir_names_exclude_current_dir: true
39
dir_names_max_depth: 1
40
- files: **-mixin/
+ files: |
41
+ **-mixin/
42
matrix: true
43
- - name: List all changed mixins:
44
+ - name: List all changed mixins
45
run: echo '${{ steps.changed-mixins.outputs.all_changed_files }}'
0 commit comments