Skip to content

Hotfix 20240710 - Quick Action Hotfix #69

Hotfix 20240710 - Quick Action Hotfix

Hotfix 20240710 - Quick Action Hotfix #69

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