https://github.com/articola-tools/yaml-linter
Preconfigured linter for YAML files, used in Articola Tools organization's repositories
https://github.com/articola-tools/yaml-linter
articola articola-tools docker yaml yaml-linter
Last synced: about 2 months ago
JSON representation
Preconfigured linter for YAML files, used in Articola Tools organization's repositories
- Host: GitHub
- URL: https://github.com/articola-tools/yaml-linter
- Owner: Articola-Tools
- License: apache-2.0
- Created: 2024-10-03T09:28:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T17:50:46.000Z (4 months ago)
- Last Synced: 2025-03-10T06:07:42.264Z (3 months ago)
- Topics: articola, articola-tools, docker, yaml, yaml-linter
- Language: Dockerfile
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Articola Tools' YAML linter
[](https://ghcr-badge.egpl.dev/articola-tools/yaml-linter/size?color=dodgerblue)
This repo contains Dockerfile with preconfigured [YAML linter](https://github.com/adrienverge/yamllint).
This linter is used in Articola Tools organization's repositories to lint YAML
files like GitHub Actions.## Usage
Use `ghcr.io/articola-tools/yaml-linter` Docker image with `-v ./:/linter_workdir/repo`
parameter, where `./` - is a path to a folder with files you want to lint.Example command to use this linter -
`docker run --rm -v ./:/linter_workdir/repo ghcr.io/articola-tools/yaml-linter`