chore(deps): bump DavidAnson/markdownlint-cli2-action from 19.1.0 to 20.0.0 in the all group #29
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |