Check in .cabal

This commit is contained in:
2020-07-03 07:00:37 +02:00
parent 2f4310268a
commit b5157e141e
3 changed files with 113 additions and 3 deletions

View File

@ -22,7 +22,6 @@ jobs:
with:
path: |
~/.stack
graphql.cabal
stack.yaml.lock
key: ${{ runner.os }}-test-${{ hashFiles('**/stack.yaml') }}
restore-keys: ${{ runner.os }}-test-
@ -52,7 +51,6 @@ jobs:
with:
path: |
~/.stack
graphql.cabal
stack.yaml.lock
key: ${{ runner.os }}-lint-${{ hashFiles('**/stack.yaml') }}
restore-keys: ${{ runner.os }}-lint-