Skip to content

Merge pull request #164 from authzed/release-notes-v1.25.0+enterprise.v2 #464

Merge pull request #164 from authzed/release-notes-v1.25.0+enterprise.v2

Merge pull request #164 from authzed/release-notes-v1.25.0+enterprise.v2 #464

Workflow file for this run

---
name: "Lint"
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
lint:
name: "Lint Everything"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "bewuethr/[email protected]"
with:
config-file: ".yamllint"
- uses: "nosborn/[email protected]"
with:
files: "."
config_file: ".markdownlint.yaml"