Skip to content

Standardise files with files in sous-chefs/repo-management (#69) #62

Standardise files with files in sous-chefs/repo-management (#69)

Standardise files with files in sous-chefs/repo-management (#69) #62

Workflow file for this run

---
name: ci
"on":
pull_request:
push:
branches: [main]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run yaml Lint
uses: actionshub/yamllint@main
markdownlint-cli2:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v18
with:
globs: "**/*.md"