Skip to content

GatorGradle

Actions
Execute GatorGradle
v1
Latest
Star (4)

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

GatorGradle is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Execute GatorGradle
v1
Latest

GatorGradle is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.