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 6a98d7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 69 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
69 changes: 0 additions & 69 deletions stack.yaml

This file was deleted.

0 comments on commit 6a98d7a

Please sign in to comment.