mirror of
https://github.com/valitydev/configurations.git
synced 2024-11-06 01:45:23 +00:00
Add default yamllint configuration
This commit is contained in:
parent
4b37e71e89
commit
9128e30de0
11
.github/workflows/auto-tag.yml
vendored
Normal file
11
.github/workflows/auto-tag.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: Auto-create new tags
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
tag-action:
|
||||
uses: valitydev/base-workflows/.github/workflows/auto-tag.yml@v1
|
15
.github/workflows/basic-linters.yml
vendored
Normal file
15
.github/workflows/basic-linters.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Vality basic linters
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
uses: valitydev/base-workflows/.github/workflows/basic-linters.yml@v1
|
4
linters/.yamllint
Normal file
4
linters/.yamllint
Normal file
@ -0,0 +1,4 @@
|
||||
extends: default
|
||||
rules:
|
||||
line-length:
|
||||
max: 120
|
Loading…
Reference in New Issue
Block a user