ModernTimeline icon indicating copy to clipboard operation
ModernTimeline copied to clipboard

Add modern CI using GitHub Actions

Open JeroenDeDauw opened this issue 3 years ago • 1 comments

This repo still has a TravisCI based setup which no longer works.

Instead use the same approach as https://github.com/ProfessionalWiki/SPARQL (Another example: https://github.com/ProfessionalWiki/WikibaseExport)

  • [ ] Makefile
  • [x] Tests run on GitHub Actions
  • [ ] Code coverage via codecov.io (instead of Scrutinizer)
  • [ ] Optionally adding static analysis with Psalm and/or PHPStan

JeroenDeDauw avatar Apr 11 '22 14:04 JeroenDeDauw

Initial Github Actions CI added in https://github.com/ProfessionalWiki/ModernTimeline/pull/35

malberts avatar Mar 06 '25 14:03 malberts