aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-9.4'Ben Gamari2022-08-051-20/+15
|\
| * Merge remote-tracking branch 'upstream/ghc-9.2' into ghc-headBen Gamari2022-04-251-4/+3
| |\
| * | CI configuration for ghc-head (#1395)Ben Simms2021-05-281-6/+10
| | |
* | | Bump hlint version to 3.4.1, the version with counts. (#1503)Phil de Joux2022-07-161-1/+1
| | | | | | | | | Redo the counts available with the --default option.
* | | Add Mergify configuration (#1496)Hécate Moonlight2022-06-061-0/+29
| | |
* | | Fix and improve CI (#1495)cydparser2022-06-062-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Pin GHC version before creating the freeze file * Use newest action versions * Improve caching * Avoid unnecessarily reinstalling GHC * Use GHC 9.2.2 for CI Co-authored-by: Cyd Wise <cwise@tripshot.com>
* | | Add hlint action .hlint.yaml with ignores & CPP. (#1475)Phil de Joux2022-05-021-0/+26
| | |
* | | Fix CI (#1467)Steve Hart2022-03-251-3/+12
| |/ |/| | | | | | | | | | | | | * CI: Reinstall GHC with docs CI tests were failing because the GHC preinstalled to the CI environment does not include documentation, which is required for running the Haddock tests. This commit causes the CI workflow to reinstall GHC with docs so that tests can succeed.
* | fix CI for 9.2 (#1436)Artem Pelenitsyn2021-11-271-2/+2
| |
* | Update GHC 9.2 to latest pre-release in CIHécate Moonlight2021-10-071-1/+1
| |
* | Use GHC 9.2 in CI runner (#1378)Hécate Moonlight2021-05-281-6/+5
|/
* Move CI to ghc-9.0Hécate Moonlight2021-02-051-13/+17
|
* Move to GitHub CI (#1266)Alexander Biehl2020-12-081-0/+49
* Initial version of ci.yml This is a straight copy from Dmitrii Kovanikov's blog post at https://kodimensional.dev/github-actions. Will adapt to haddock in successive commits. * Delete .travis.yml * Modify to only test on ghc-8.10.{1,2} * Use actions/setup-haskell@v1.1.4 * Relax QuickCheck bound on haddock-api * Remove stack matrix for now * Nail down to ghc-8.10 branch for now * Pin index state to 2020-12-08T20:13:44Z for now * Disable macOS and Windows tests for now for speed up