Compare commits
1 commit
c64b4f0b63
...
b7baee6281
| Author | SHA1 | Date | |
|---|---|---|---|
| b7baee6281 |
3 changed files with 0 additions and 72 deletions
|
|
@ -1,24 +0,0 @@
|
||||||
---
|
|
||||||
name: Checking Renovate configuration
|
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
validate:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Check out code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Cache npm (renovate)
|
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: ~/.npm
|
|
||||||
key: ${{ runner.os }}-npm-renovate
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-npm-renovate-
|
|
||||||
- name: Validate Renovate configuration
|
|
||||||
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
|
|
||||||
env:
|
|
||||||
NPM_CONFIG_CACHE: ~/.npm
|
|
||||||
...
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
name: Checking yaml
|
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
yamllint:
|
|
||||||
name: Run yamllint
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Check out code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Run YAML linter
|
|
||||||
uses: bewuethr/yamllint-action@v1
|
|
||||||
with:
|
|
||||||
config-file: .yamllint.yaml
|
|
||||||
...
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
---
|
|
||||||
ignore: |
|
|
||||||
.platformio
|
|
||||||
secrets.yaml
|
|
||||||
|
|
||||||
rules:
|
|
||||||
braces: enable
|
|
||||||
brackets: enable
|
|
||||||
colons: enable
|
|
||||||
commas: enable
|
|
||||||
comments: enable
|
|
||||||
comments-indentation: enable
|
|
||||||
document-end: enable
|
|
||||||
document-start: enable
|
|
||||||
empty-lines:
|
|
||||||
max: 1
|
|
||||||
empty-values: disable
|
|
||||||
hyphens: enable
|
|
||||||
indentation: enable
|
|
||||||
key-duplicates: enable
|
|
||||||
key-ordering: disable
|
|
||||||
line-length:
|
|
||||||
max: 100
|
|
||||||
new-line-at-end-of-file: enable
|
|
||||||
new-lines: enable
|
|
||||||
octal-values: enable
|
|
||||||
quoted-strings: disable
|
|
||||||
trailing-spaces: enable
|
|
||||||
truthy: enable
|
|
||||||
...
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue