Skip to content

Commit

Permalink
Добавляет Yaml Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Mineev committed Nov 8, 2020
1 parent 9ff6571 commit 6143b68
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:
- master

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v2
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 @@ -3,6 +3,7 @@
[![](https://github.com/web-standards-ru/web-standards.ru/workflows/Markdown/badge.svg)](https://github.com/web-standards-ru/web-standards.ru/actions?query=workflow%3AMarkdown)
[![](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/CSS/badge.svg)](https://github.com/web-standards-ru/web-standards.ru/actions?query=workflow%3ACSS)
[![](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 6143b68

Please sign in to comment.