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
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Apr 5, 2024
1 parent 4685c81 commit 869b84a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,31 @@ on:
branches:
- main

permissions:
contents: read

jobs:
build-test:
if: github.repository == 'akka/akka-http-quickstart-java.g8'
runs-on: ubuntu-20.04

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 869b84a

Please sign in to comment.