Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix(ci): remove textlint and align config
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm committed May 29, 2020
1 parent dfb03f4 commit 78a41f8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ jobs:
name: Lint code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Markdown
uses: avto-dev/markdown-lint@v1.2.0
- name: textlint
uses: tsuyoshicho/action-textlint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
textlint_flags: "content/**"
config: '.mdlint.yml'
args: '**/*.md'

- name: eslint
uses: reviewdog/action-eslint@v1
with:
Expand Down

0 comments on commit 78a41f8

Please sign in to comment.