-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify GHAs using nix, update nix shell haskell tools #1029
Conversation
907bc52
to
31b63c5
Compare
cd14191
to
489886e
Compare
cf2ec4d
to
759d7fd
Compare
e10ffab
to
01ce1af
Compare
- name: Run cabal-gild over all modified files | ||
run: | | ||
rc="0" | ||
echo "cabal-gild version: ${{env.CABAL_GILD_VERSION}}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the CABAL_GILD_VERSION
env variable defined?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch
- name: Run cabal-gild over all modified files | ||
run: | | ||
rc="0" | ||
echo "cabal-gild version: ${{env.CABAL_GILD_VERSION}}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
echo "cabal-gild version: ${{env.CABAL_GILD_VERSION}}" | |
echo "cabal-gild version: $(cabal-gild --version)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch
cabal update | ||
|
||
- name: Build whole project | ||
run: | | ||
nix develop .\#haddockShell --command \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 💯
76badbe
to
5ff4a1b
Compare
Co-authored-by: Clément Hurlin <[email protected]>
5ff4a1b
to
c784eb2
Compare
Changelog
Context
Simplify GHAs using nix, update nix shell haskell tools:
Checklist