Skip to content

fix lint issues

fix lint issues #124

Workflow file for this run

# Linter workflow

Check failure on line 1 in .github/workflows/linter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linter.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
name: Linter
on:
push:
branches-ignore: [master, main]
pull_request:
branches: [master, main]
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
# NOTE: we are no longer using this linter - the following steps have been disabled.
# We will delete this file shortly.
#
# - name: Checkout Code
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - name: Lint Code Base
# uses: super-linter/[email protected]
# env:
# # Only lints new/edited files
# VALIDATE_ALL_CODEBASE: false
# DEFAULT_BRANCH: main
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# IGNORE_GITIGNORED_FILES: true
# VALIDATE_GOOGLE_JAVA_FORMAT: false
# VALIDATE_JSCPD: false
# VALIDATE_MARKDOWN: false
# JAVA_FILE_NAME: 'checkstyle.xml'