freckle / stack-bump-lts-action

GitHub Action to update a stack-based Haskell project to latest resolver
MIT License
1 stars 0 forks source link

Add CI workflow #1

Closed stackptr closed 1 year ago

stackptr commented 1 year ago

Tests a minimal package with stack.yaml that resolves to a default LTS Haskell snapshot. This will mitigate the likelihood of regressions when updating this action to use a different snapshot repository.

stackptr commented 1 year ago

Added a branch protection rule for main using test-lts