Skip to content

Commit

Permalink
CI: update github/super-linter docker tag to v4 (#2782)
Browse files Browse the repository at this point in the history
* CI: update github/super-linter docker tag to v4

Replaces #2778

Selectively update `super-linter.yml` to GRASS GIS Addons PR OSGeo/grass-addons#847

* do not mix VALIDATE=true and VALIDATE=false
* VALIDATE_MD -> VALIDATE_MARKDOWN

Co-authored-by: Nicklas Larsson <n_larsson@yahoo.com>
  • Loading branch information
neteler and nilason committed Jan 24, 2023
1 parent d438740 commit 36f4826
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,21 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Lint code base
uses: docker://github/super-linter:v2.2.2
uses: github/super-linter@v4
env:
# Listed but disabled linters would be nice to have.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Listed but commented out linters would be nice to have.
# (see https://github.com/github/super-linter#environment-variables)
#
# Python (supported using Pylint) and C/C++ (not supported) are
# handled separately due to the complexity of the settings.
# (The rest is simply disabled automatically as of v2.)
VALIDATE_BASH: false
VALIDATE_CSS: false
VALIDATE_DOCKER: false
# VALIDATE_BASH: true
# VALIDATE_CSS: true
# VALIDATE_DOCKER: true
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_JAVASCRIPT_STANDARD: false
# VALIDATE_JAVASCRIPT_STANDARD: true
VALIDATE_JSON: true
VALIDATE_MD: true
VALIDATE_PERL: true
VALIDATE_MARKDOWN: true
VALIDATE_POWERSHELL: true
VALIDATE_XML: true
# VALIDATE_XML: true
VALIDATE_YAML: true

0 comments on commit 36f4826

Please sign in to comment.