🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit 16dba4c4d0d2047a2cb5f1d2f93aed22f0af21b3
Parent: db8f23aa8db5142276a60a5227a95a28de63558d
Author: mcol <mcol@posteo.net>
Date: 2021-11-26 19:52:13 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-26 19:52:13 +0000

CI: use haskell/actions/setup

.github/workflows/haskell.yml Modified

@@ -7,17 +7,15 @@
     branches: [ master ]
 
 jobs:
-  build:
-
+  ci:
     runs-on: ubuntu-latest
 
     steps:
     - uses: actions/checkout@v1
 
-      # See https://github.com/mstksg/setup-stack/issues/13
-    - name: 'GitHub actions env workaround'
-      run: 'echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV'
-    - uses: mstksg/setup-stack@v2
+    - uses: haskell/actions/setup@v1
+      with:
+        enable-stack: true
 
     - uses: actions/cache@v1
       env: