Skip to content

[SDKS-7280] Create linting Rules to Apply and ci config #3

[SDKS-7280] Create linting Rules to Apply and ci config

[SDKS-7280] Create linting Rules to Apply and ci config #3

Workflow file for this run

name: Lint Code Base
on:
push:
branches:
- '**'
pull_request:
branches:
- master
- development
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_NATURAL_LANGUAGE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: .github/linter
JAVA_FILE_NAME: google-java-style.xml