mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
389fe11f9b
* Ignore files that are ignored by Git (#1185) * Ignore files that are ignored by Git * Add missing continue statement * Fix linting errors * Fix linting errors * like it * like it * Add the IGNORE_GITIGNORED_FILES variable * Fix setting the Ansible directory when running tests * Fix var export * Update linter.sh Co-authored-by: Admiral Awkbar <admiralawkbar@github.com> * Remove RenameTestFolder * Update action.yml * removing the dockignore from our test... * fixed it Co-authored-by: Marco Ferrari <ferrari.marco@gmail.com> Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
10 lines
286 B
YAML
10 lines
286 B
YAML
---
|
|
name: 'Super-Linter'
|
|
author: 'GitHub'
|
|
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'docker://ghcr.io/github/super-linter:v3.14.5'
|
|
branding:
|
|
icon: 'check-square'
|
|
color: 'white'
|