Skip to content

Merge branch 'main' of https://github.com/BUMETCS673/project-teamfirst #1

Merge branch 'main' of https://github.com/BUMETCS673/project-teamfirst

Merge branch 'main' of https://github.com/BUMETCS673/project-teamfirst #1

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