You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a script to check cabal files in GH actions (#1346)
# Description
I've noticed that the GH actions workflow step that runs `cabal check`
inlines the script we have in `./scripts`. This PR calls the script and
also modifies it to exit on the first `cabal check` failure.
0 commit comments