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 7b35613 commit 7052619Copy full SHA for 7052619
.github/workflows/samples-elm.yaml
@@ -3,10 +3,12 @@ name: Samples Elm
3
on:
4
push:
5
paths:
6
+ - .github/workflows/samples-elm.yaml
7
- samples/client/petstore/elm/**
8
- samples/openapi3/client/elm/**
9
pull_request:
10
11
12
13
14
jobs:
@@ -32,4 +34,4 @@ jobs:
32
34
# An .elm file couldn't be compiled
33
35
# No .elm files were found
36
# No elm.json file could be found in the root of the working directory
- run: elm make $(find . -name *.elm) --output=/dev/null
37
+ run: elm make $(find . -name "*.elm") --output=/dev/null
0 commit comments