Only check sources

This commit is contained in:
iko 2022-01-09 20:35:03 +03:00
parent 3fad6abe9b
commit 65eb2e43ee
Signed by untrusted user: iko
GPG Key ID: 82C257048D1026F2

View File

@ -51,7 +51,7 @@ jobs:
shell: bash
run: |
stack install ormolu
ormolu -o -XTypeApplications -o -XCPP -m check $(find . -type f -name "*.hs")
ormolu -o -XTypeApplications -o -XCPP -m check $(find src -type f -name "*.hs")
- name: Publish candidate
shell: bash