mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
feat: adding slim action (#1946)
This commit is contained in:
parent
0d9c177118
commit
7038c42bff
2 changed files with 13 additions and 1 deletions
|
@ -247,7 +247,7 @@ Example usage:
|
|||
# Run Linter against code base #
|
||||
################################
|
||||
- name: Lint Code Base
|
||||
uses: docker://ghcr.io/github/super-linter:slim-v4
|
||||
uses: github/super-linter/slim@v4
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
DEFAULT_BRANCH: master
|
||||
|
|
12
slim/action.yml
Normal file
12
slim/action.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
name: 'Super-Linter slim'
|
||||
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:slim-v4'
|
||||
branding:
|
||||
icon: 'check-square'
|
||||
color: 'white'
|
||||
# You can view https://github.com/github/super-linter#environment-variables
|
||||
# to see a comprehensive list of all environment variables that can be passed
|
Loading…
Reference in a new issue