Skip to content

GatorEducator/gatorgradle-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gatorgradle-action

This GitHub Action runs GatorGradle.

Usage

Basic workflow to run GatorGradle on every push:

name: Grade
on: [push]
jobs:
  grade:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@v2
      - name: Run GatorGradle
        uses: GatorEducator/gatorgradle-action@v1