Skip to content

Commit

Permalink
replace travis by GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jecaro committed Oct 20, 2023
1 parent 8a95c5d commit fcc833a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 39 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: "CI"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make build
- run: make test
37 changes: 0 additions & 37 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,6 @@ example:
[refined]: https://github.com/nikita-volkov/refined
[rio]: https://github.com/commercialhaskell/rio
[servant]: https://github.com/haskell-servant/servant
[status-png]: https://travis-ci.org/jecaro/hscalendar.svg?branch=master
[status]: https://travis-ci.org/jecaro/hscalendar?branch=master
[status-png]: https://github.com/jecaro/hscalendar/workflows/CI/badge.svg
[status]: https://github.com/jecaro/hscalendar/actions
[yaml]: https://github.com/snoyberg/yaml

0 comments on commit fcc833a

Please sign in to comment.