Bump tox from 4.11.1 to 4.11.3 (#2217) #191
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: Documentation on the wiki page | |
on: | |
push: | |
branches: | |
- "master" | |
permissions: | |
contents: read | |
jobs: | |
check-wiki: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Python | |
uses: actions/setup-python@v3 | |
with: | |
python-version: 3.9 | |
- name: Check rules on the wiki page | |
run: python scripts/check_rules_on_wiki.py -ci |