mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
93b5ede1e8
- Configure release-please to automatically create pull requests and releases. - Run release-please and tag update in the CD workflow. - Update Git tags pointing to latest, major.minor, and major versions as part of the CD workflow. - Remove workflows (draft-release, release) that are not necessary anymore, and related configuration files. - Handle automatic updates to README.md, action.yml, and action.yaml - Mount .github to /tmp/lint/.github so super-linter finds config files, and the GitHub Actions to lint.
14 lines
515 B
YAML
14 lines
515 B
YAML
---
|
|
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'
|
|
# x-release-please-start-major
|
|
image: 'docker://ghcr.io/super-linter/super-linter:slim-v5'
|
|
# x-release-please-end
|
|
branding:
|
|
icon: 'check-square'
|
|
color: 'white'
|
|
# You can view https://github.com/super-linter/super-linter#environment-variables
|
|
# to see a comprehensive list of all environment variables that can be passed
|