Skip to content

Iteration 2: User Management - Complemented the User Profile managmen… #6

Iteration 2: User Management - Complemented the User Profile managmen…

Iteration 2: User Management - Complemented the User Profile managmen… #6

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: : mac-os

Check failure on line 5 in .github/workflows/gradle.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gradle.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/ setup-java@v2
with:
java-version: 17
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew build