mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
e1cb86b6e8
Some checks failed
Publish Images / Build and Test (push) Has been cancelled
Build and Test / Set build metadata (push) Has been cancelled
Build and Test / Build test suite matrix (push) Has been cancelled
Build and Test / preview-release-notes (push) Has been cancelled
Lint commit / commitlint (push) Has been cancelled
Publish Images / Release (push) Has been cancelled
Build and Test / Build and Test (push) Has been cancelled
Build and Test / Test the Super-linter GitHub Action (push) Has been cancelled
Build and Test / Run test cases (push) Has been cancelled
Build and Test / Check if all the tests passed (push) Has been cancelled
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
12 lines
506 B
YAML
12 lines
506 B
YAML
---
|
|
name: "Super-Linter"
|
|
author: "Super-linter contributors"
|
|
description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code."
|
|
runs:
|
|
using: "docker"
|
|
image: "docker://ghcr.io/super-linter/super-linter:v7.2.0" # x-release-please-version
|
|
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
|