Skip to content

Commit

Permalink
Add CodeOwners and YamlLint
Browse files Browse the repository at this point in the history
  • Loading branch information
openBackhaul committed Nov 15, 2022
1 parent d6a343e commit df6b163
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @openBackhaul
@openBackhaul
18 changes: 18 additions & 0 deletions .github/workflows/yaml-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Yaml Lint
on:
pull_request:
branches: [develop]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
format: github
config_data: |
extends: default
rules:
line-length: disable
document-start: disable

0 comments on commit df6b163

Please sign in to comment.