1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-01-12 08:25:18 +00:00

superlinter update to v3

This commit is contained in:
catborise 2020-07-20 10:17:35 +03:00
parent b5b43b71bd
commit 30948ca445

View file

@ -17,7 +17,6 @@ jobs:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: ubuntu-latest runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@ -35,16 +34,21 @@ jobs:
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
if [ -f dev/requirements.txt ]; then pip3 install -r dev/requirements.txt; fi if [ -f dev/requirements.txt ]; then pip3 install -r dev/requirements.txt; fi
- name: Super-Linter - name: Super-Linter
uses: docker://github/super-linter:v2.2.0 uses: docker://github/super-linter:v3.3.2
env: env:
VALIDATE_ANSIBLE: false VALIDATE_ANSIBLE: false
VALIDATE_CLOJURE: false VALIDATE_CLOJURE: false
VALIDATE_COFFEE: false VALIDATE_COFFEE: false
VALIDATE_DART: false
VALIDATE_GO: false VALIDATE_GO: false
VALIDATE_POWERSHELL: false VALIDATE_JSX: false
VALIDATE_KOTLIN: false VALIDATE_KOTLIN: false
VALIDATE_RUBY: false VALIDATE_POWERSHELL: false
VALIDATE_PERL: false VALIDATE_PERL: false
VALIDATE_PHP: false VALIDATE_PHP: false
VALIDATE_RAKU: false
VALIDATE_RUBY: false
VALIDATE_TSX: false
VALIDATE_TERRAFORM: false VALIDATE_TERRAFORM: false