hledger/.github/workflows
2022-03-26 08:37:31 -10:00
..
linux-arm32v7.yml ;ci: linux: drop unused release steps 2022-01-06 08:23:59 -10:00
linux-x64.yml ;ci: linux: drop unused release steps 2022-01-06 08:23:59 -10:00
mac.yml ci: win, mac: fix skipping of all steps 2022-01-06 08:23:57 -10:00
pull.yml ci: push, pull: clarify, robustify? commitlint step 2022-01-06 06:33:29 -10:00
push.yml ci: push: also run on pushes to "simon" branch 2022-03-26 08:37:31 -10:00
README ci: linux: move docs to readme 2021-12-01 21:17:35 -10:00
release.yml ci: more consistent workflow names 2021-12-10 10:40:40 -10:00
windows.yml ci: win: fix shell mismatch 2022-01-06 08:23:57 -10:00

hledger github actions workflows.


docs:

based on https://gist.github.com/mstksg/11f753d891cee5980326a8ea8c865233
http://www.btellez.com/posts/triggering-github-actions-with-webhooks.html
https://help.github.com/en/actions
https://help.github.com/en/actions/reference/events-that-trigger-workflows
https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule
https://help.github.com/en/actions/configuring-and-managing-workflows/caching-and-storing-workflow-data
https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows
https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources
https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
https://github.community/t5/GitHub-Actions/bd-p/actions

https://github.com/actions/cache
https://github.com/marketplace/actions/cache

https://github.com/actions/upload-artifact
https://github.com/c-hive/gha-remove-artifacts

https://github.com/actions/setup-haskell

https://github.com/marketplace/actions/checkout
https://github.com/sdras/awesome-actions

https://sevenzip.osdn.jp/chm/cmdline/commands/index.htm

https://github.com/mxschmitt/action-tmate
    - name: Setup tmate session
     uses: mxschmitt/action-tmate@v1

https://kodimensional.dev/github-actions
 "Dead simple cross-platform GitHub Actions for Haskell"