Skip to content

Update 20240710 - Complete Refactor to 1.21 #68

Update 20240710 - Complete Refactor to 1.21

Update 20240710 - Complete Refactor to 1.21 #68

Workflow file for this run

name: Gradle Error Checker
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check for errors.
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ github.token }}