Skip to content

Merge pull request #204 from KennaSecurity/ishgaror-patch-5 #337

Merge pull request #204 from KennaSecurity/ishgaror-patch-5

Merge pull request #204 from KennaSecurity/ishgaror-patch-5 #337

name: Lint Code Base
on:
push
jobs:
build:
# Name the Job
name: Lint Code Base
# Set the agent to run on
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: docker://github/super-linter:v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_RUBY : true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
RUBY_CONFIG_FILE: .rubocop.yml