mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-12 04:08:30 +01:00
Use stack-cache-action
This commit is contained in:
parent
b002c74da2
commit
a57718e9b8
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -20,15 +20,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cache@v2
|
||||
- uses: freckle/stack-cache-action@v1.0.1
|
||||
with:
|
||||
path: |
|
||||
~/.stack
|
||||
./.stack-work
|
||||
key: ${{ runner.os }}-${{ hashFiles(matrix.stack-yaml) }}-${{ hashFiles('*.cabal') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-${{ hashFiles(matrix.stack-yaml) }}-
|
||||
${{ runner.os }}-
|
||||
stack-yaml: ${{ matrix.stack-yaml }}
|
||||
- run:
|
||||
curl --output .hlint.yaml https://raw.githubusercontent.com/pbrisbin/dotfiles/master/hlint.yaml
|
||||
- uses: freckle/stack-action@main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user