Skip to content

Commit

Permalink
.github/workflows/qa: add rstcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Sep 15, 2023
1 parent 20fbfa7 commit c0008fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
cache: poetry
python-version: ${{ matrix.python-version }}
- name: Install dependencies (Poetry)
run: poetry install --with=dev --with=tests
run: poetry install --with=dev --with=docs --with=tests
- name: Install dependencies (Yarn)
run: yarn
- name: Lint with mypy
run: yarn mypy
- name: Lint with ruff
run: yarn ruff
- name: Lint with rstcheck
run: yarn rstcheck
- name: Check spelling
run: yarn check-spelling
- name: Check formatting
Expand Down

0 comments on commit c0008fb

Please sign in to comment.