Skip to content

Commit

Permalink
ci(go): ignore go readme for markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jun 17, 2024
1 parent 848aebd commit d505e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: avto-dev/[email protected]
with:
args: "**/*.md"
ignore: "ts/**/README.md"
ignore: "ts/**/README.md go/**/README.md"

lint-yaml:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit d505e9b

Please sign in to comment.