Merge pull request #169 from winstaan74/patch-1 #526
This file contains 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: "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" |