Skip to content

Commit

Permalink
Добавляет Yaml Lint (#152)
Browse files Browse the repository at this point in the history
* Добавляет Yaml Lint

* Добавляет отступ

* Обновляет версии экшенов

---------

Co-authored-by: Pavel Mineev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
  • Loading branch information
3 people committed Aug 19, 2024
1 parent ac73316 commit 85664cb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/yaml.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: YAML

on:
pull_request:
push:
branches:
- main

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
4 changes: 4 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
extends: relaxed

ignore: |
node_modules
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![](https://github.com/web-standards-ru/web-standards.ru/workflows/HTML/badge.svg)](https://github.com/web-standards-ru/web-standards.ru/actions?query=workflow%3AHTML)
[![](https://github.com/web-standards-ru/web-standards.ru/workflows/Stylelint/badge.svg)](https://github.com/web-standards-ru/web-standards.ru/actions?query=workflow%3AStylelint)
[![](https://github.com/web-standards-ru/web-standards.ru/workflows/ESLint/badge.svg)](https://github.com/web-standards-ru/web-standards.ru/actions?query=workflow%3AESLint)
[![](https://github.com/web-standards-ru/web-standards.ru/workflows/YAML/badge.svg)](https://github.com/web-standards-ru/web-standards.ru/actions?query=workflow%3AYAML)
[![](https://github.com/web-standards-ru/web-standards.ru/workflows/Deploy/badge.svg)](https://github.com/web-standards-ru/web-standards.ru/actions?query=workflow%3ADeploy)

Сайт сообщества: статьи и подкаст.
Expand Down

0 comments on commit 85664cb

Please sign in to comment.