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

chore: akka repository configuration #18

chore: akka repository configuration

chore: akka repository configuration #18

Workflow file for this run

name: Build and test
on:
pull_request:
jobs:
build-test:

Check failure on line 7 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
if: github.repository == 'akka/akka-http-quickstart-java.g8'
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 11
uses: olafurpg/setup-scala@v10
with:
java-version: adopt@1.11.0
- name: Cache Coursier cache
uses: coursier/cache-action@v6.3
- name: sbt & Paradox
run: sbt test docs/paradox