Skip to content

chore: Yet again changed .yaml file for github actions #3

chore: Yet again changed .yaml file for github actions

chore: Yet again changed .yaml file for github actions #3

name: Build Gradle project
on:
push:
branches:
- main
- develop
jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Execute Gradle build
run: ./gradlew build
runs-on: windows-latest

Check failure on line 17 in .github/workflows/build-gradle-project.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-gradle-project.yaml

Invalid workflow file

You have an error in your yaml syntax on line 17
steps:
- name: Checkout project sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Execute Gradle build
run: .\gradlew.bat build