Skip to content

Commit 4238fb6

Browse files
committed
fix compilation cmd
1 parent e5cbd59 commit 4238fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/elm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ env.NVMRC }}
2020
- name: Compile Elm
21-
run: elm make src/*.elm
21+
run: elm make src/**/*.elm
2222
- name: Run elm-format
2323
run: npx elm-format --validate .
2424
- name: Run elm-tests

0 commit comments

Comments
 (0)