diff --git a/README.md b/README.md index b1152ffa..4fa58d16 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/slim/action.yml b/slim/action.yml new file mode 100644 index 00000000..739e93bc --- /dev/null +++ b/slim/action.yml @@ -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