File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 6767
6868 # Haskell-specific: install haskell-ci from source and regenerate workflows
6969 - name : Set up Haskell toolchain
70- uses : haskell/actions/setup@v2
71- with :
72- ghc-version : " latest"
73- cabal-version : " latest"
70+ uses : haskell-actions/setup@v2
7471
7572 - name : Install haskell-ci
7673 run : |
8582 - name : Regenerate workflows with haskell-ci
8683 run : |
8784 set -euxo pipefail
88- # If your repo uses a .haskell-ci file, regenerate from it:
89- if [ -f .haskell-ci ]; then
90- haskell-ci regenerate
91- else
92- # Fallback: generate from cabal metadata (adjust command as needed)
93- haskell-ci generate
94- fi
85+ haskell-ci regenerate
9586
9687 - name : Commit changes back to PR branch
9788 uses : stefanzweifel/git-auto-commit-action@v5
You can’t perform that action at this time.
0 commit comments