Skip to content

Bump coverage from 7.10.6 to 7.11.0 (#2739) #456

Bump coverage from 7.10.6 to 7.11.0 (#2739)

Bump coverage from 7.10.6 to 7.11.0 (#2739) #456

Workflow file for this run

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.12
- name: Check rules on the wiki page
run: python scripts/check_rules_on_wiki.py -ci
env:
WIKI_TOKEN_GHA: ${{ secrets.WIKI_TOKEN_GHA }}