Commit Graph

4 Commits

Author SHA1 Message Date
Ivan Gromakovskii
6902102355
Trigger CI on push to master and on PR
Problem: CI is triggered only on push, so it won't work in case of
PRs from forks.
Solution: trigger it on PRs as well. Trigger on push only when the
branch is master.
If you want to run on push to your feature branch, you can edit
check.yml in your branch.
2024-07-09 09:44:07 +02:00
Roman Melnikov
8303d25096
[Chore] Update "actions/checkout"
Problem: node16 is now deprecated and github-runner provided by nixpkgs
no longer supports this runtime. However, "actions/checkout@v3" uses
this runtime.

Solution: Update CI pipeline to use "actions/checkout@v4".
2023-12-12 12:41:14 +01:00
Sereja313
ddd1785a97
[INT-159] Add hpack check (#20)
Problem: We want to be able to check if cabal file is up to date.

Solution: Add hpack check.
2023-04-06 13:27:14 +02:00
Sergey Gulin
2629e86f7b
[Chore] Use new flake template
Problem: We have introduced a new template for Haskell libraries and
need to update this package according to this template.

Solution: Use new template, bump dependencies, remove unused license,
apply formatting and hlint suggestions.
2023-03-20 23:46:53 +03:00