Skip to content

Commit

Permalink
Merge pull request #6 from xuwei-k/patch-1
Browse files Browse the repository at this point in the history
add github actions CI
  • Loading branch information
eed3si9n authored Oct 19, 2024
2 parents 22b7162 + 49ceffe commit 86800ec
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: adopt
- uses: sbt/setup-sbt@v1
- run: sbt test

0 comments on commit 86800ec

Please sign in to comment.