Add nestif linter to .golangci.yml for model_directed_acyclic_graph.go #147
Workflow file for this run
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: markdown | |
on: [push] | |
jobs: | |
markdown-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: git clone | |
uses: actions/checkout@v4 | |
- uses: DavidAnson/markdownlint-cli2-action@v7 | |
with: | |
globs: "**/*.md" |