Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Jan 9, 2024
1 parent d5a80b6 commit 54a7248
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Extends the default yamllint config by adjusting some options.
extends: default

rules:
comments-indentation: disable
line-length:
level: warning
allow-non-breakable-inline-mappings: true
truthy: disable
19 changes: 19 additions & 0 deletions .github/workflows/lint-workflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'lint workflows'

on:
push:
branches-ignore: [main]
paths:
- .github/**
pull_request:
branches: [main]
paths:
- .github/workflows/**

jobs:
lint-code-base:
uses: senzing-factory/build-resources/.github/workflows/linter.yaml@main
with:
filter-regex-include: ".*.github/workflows/.*"
# temp for initial full test
validate-all-codebase: true

0 comments on commit 54a7248

Please sign in to comment.