Skip to content

Commit

Permalink
Merge 8df6ebf into ea52113
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas committed Oct 2, 2022
2 parents ea52113 + 8df6ebf commit 5966f03
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions .github/workflows/lint.yml
@@ -0,0 +1,33 @@
name: Lint

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

workflow_dispatch:

jobs:
markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🧼 lint markdown files
uses: avto-dev/markdown-lint@v1.5.0

json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🧼 lint json files
uses: ocular-d/json-linter@0.0.2

renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🧼 lint renovate config
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
with:
config_file_path: "renovate.json"
2 changes: 1 addition & 1 deletion renovate.json
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"github>wbaldoumas/renovate-config"
]
}

0 comments on commit 5966f03

Please sign in to comment.