Skip to content

gh-actions-workflows/java-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Java Workflows

Workflows for your Java code.

How to use?

name: Java Workflow
on: [push]

jobs:
  maven:
    uses: gh-actions-workflows/java-workflows/.github/workflows/maven.yaml@master
    with:
      java-version: 17

For more details on how it works, see the file: maven.yaml.

About

Repository for storing GitHub Actions Workflows for Java

Topics

Resources

Stars

Watchers

Forks