We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a456d commit 244a766Copy full SHA for 244a766
1 file changed
.github/workflows/linux-tests.yml
@@ -13,13 +13,15 @@ jobs:
13
outputs:
14
changed: ${{ steps.filter.outputs.changed }}
15
steps:
16
- - uses: dorny/paths-filter@v2
17
- id: filter
18
- with:
19
- filters: |
20
- changed:
21
- - '.github/workflows/linux-tests.yml'
22
- - '**/*.swift'
+ - name: Checkout
+ uses: actions/checkout@v2
+ - uses: dorny/paths-filter@v2
+ id: filter
+ with:
+ filters: |
+ changed:
23
+ - '.github/workflows/linux-tests.yml'
24
+ - '**/*.swift'
25
26
#########
27
# Linux #
0 commit comments