File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # This workflow uses actions that are not certified by GitHub.
2- # They are provided by a third-party and are governed by
3- # separate terms of service, privacy policy, and support
4- # documentation.
5- # This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6- # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
7-
81name : Build & Test Java Project
2+
93on :
104 push :
115 branches : [ "master" ]
126 paths :
137 - " src/**"
148 - " build.gradle.kts"
159 - " gradle/**"
16- - " .github/workflows/gradle .yml"
10+ - " build .yml"
1711 pull_request :
1812 branches : [ "master" ]
1913 paths :
2014 - " src/**"
2115 - " build.gradle.kts"
2216 - " gradle/**"
23- - " .github/workflows/gradle.yml"
17+ - " build.yml"
18+
2419permissions :
2520 contents : read
21+
2622jobs :
2723 build :
2824 runs-on : windows-latest
Original file line number Diff line number Diff line change 11# MicroJava Compiler
22
33[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/danijelaskov/microjava-compiler/badge )] ( https://www.codefactor.io/repository/github/danijelaskov/microjava-compiler )
4- ![ Build & Test Java Project] ( https://github.com/DanijelAskov/microjava-compiler/actions/workflows/gradle .yml/badge.svg )
4+ ![ Build & Test Java Project] ( https://github.com/DanijelAskov/microjava-compiler/actions/workflows/build .yml/badge.svg )
55
66## Introduction
77
You can’t perform that action at this time.
0 commit comments