Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
chore: repo gardening (#66)
Browse files Browse the repository at this point in the history
* chore: repo gardening
* add nightly build so CI job isn't auto-disabled from inactivity
  • Loading branch information
johanandren authored Apr 5, 2024
1 parent 4685c81 commit 4b7d075
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
push:
branches:
- main
schedule:
- cron: "0 0 */7 * *"

permissions:
contents: read

jobs:
build-test:
Expand All @@ -13,15 +18,21 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
# https://github.com/actions/checkout/releases
# v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Set up JDK 17
uses: coursier/[email protected]
# https://github.com/coursier/setup-action/releases
# v1.3.5
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
with:
jvm: temurin:1.17

- name: Cache Coursier cache
uses: coursier/[email protected]
# https://github.com/coursier/cache-action/releases
# v6.4.5
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d

- name: sbt & Paradox
run: sbt test docs/paradox
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Akka HTTP quickstart in Java

The Akka family of projects is managed by teams at [Lightbend](https://lightbend.com/) with help from the community.

Please see the [quickstart guide](https://developer.lightbend.com/guides/akka-http-quickstart-java/) for a
walk through the code.

Expand Down

0 comments on commit 4b7d075

Please sign in to comment.