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 2165d4a commit 5659318Copy full SHA for 5659318
.github/workflows/stack-ci.yml
@@ -0,0 +1,29 @@
1
+name: Stack CI
2
+
3
+on:
4
+ push:
5
+ paths:
6
+ - 'message-index/site.hs'
7
+ - 'message-index/message-index.cabal'
8
+ - 'message-index/stack.yaml'
9
+ - 'message-index/stack.yaml.lock'
10
+ branches:
11
+ - main
12
+ pull_request:
13
14
15
16
17
18
19
20
21
+jobs:
22
+ stack-ci:
23
+ name: Stack CI
24
+ runs-on: ubuntu-latest
25
+ steps:
26
+ - uses: actions/checkout@v3
27
+ - uses: freckle/stack-action@v4
28
+ with:
29
+ working-directory: message-index
0 commit comments