Skip to content

Commit

Permalink
ci: migrate docs-lint to anycable actions
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 25, 2024
1 parent f10ac17 commit 753c903
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ on:
- "*.md"
- "**/*.md"
- ".github/workflows/docs-lint.yml"

jobs:
docs-lint:
uses: anycable/github-actions/.github/workflows/docs-lint.yml@master
with:
mdl-path: README.md CHANGELOG.md
forspell-args: "*.md"
rubocop-gemfile: Gemfile

0 comments on commit 753c903

Please sign in to comment.