Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/codespell.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/editorconfig-checker.yml

This file was deleted.

60 changes: 60 additions & 0 deletions .github/workflows/files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
name: Files Lint
on:
pull_request:
push:
branches:
- main

permissions:
contents: read # for actions/checkout to fetch code

jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: checkout-action
uses: actions/[email protected]

- name: yamllint
uses: ibiqlik/action-yamllint@v3

typos-cli:
runs-on: ubuntu-latest
steps:
- name: checkout-action
uses: actions/[email protected]

- name: typos-action
uses: crate-ci/[email protected]

markdownlint:
runs-on: ubuntu-latest
steps:
- name: checkout-action
uses: actions/[email protected]

- name: markdownlint-cli2-action
uses: DavidAnson/[email protected]

editorconfig-checker:
runs-on: ubuntu-latest
steps:
- name: checkout-action
uses: actions/[email protected]

- name: editorconfig-checker-action
uses: editorconfig-checker/action-editorconfig-checker@v2

vale:
runs-on: ubuntu-latest
steps:
- name: checkout-action
uses: actions/checkout@v4

# mitigate some issues with the vale-action
- name: Install Asciidoctor
run: sudo apt-get install -y asciidoctor

- name: vale-action
uses: errata-ai/vale-action@v2
13 changes: 0 additions & 13 deletions .github/workflows/markdownlint.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/typos-cli.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/vale.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/yamllint.yml

This file was deleted.