Skip to content

Update 20241217 - Standard Item Regis Fix #81

Update 20241217 - Standard Item Regis Fix

Update 20241217 - Standard Item Regis Fix #81

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 }}