File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Check links in markdown
22
3- on : push
3+ on : [ push, pull_request]
44
55jobs :
66 test_links_in_readme :
Original file line number Diff line number Diff line change 1+ name : Check if code is formatted
2+ on : [ push, pull_request ]
3+ jobs :
4+ ruff :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - uses : actions/checkout@v4
8+ - uses : astral-sh/ruff-action@v1
9+ with :
10+ args : --version
11+ - uses : astral-sh/ruff-action@v1
12+ with :
13+ args : format --check
Original file line number Diff line number Diff line change 2121 python-version : ${{ matrix.python-version }}
2222 allow-prereleases : true
2323 - name : Install dependencies
24- run : pip install pytest pytest-md pytest-emoji pytest-mypy
24+ run : |
25+ pip install pytest pytest-md pytest-emoji pytest-mypy
26+ pip install multicast_expert
2527 - uses : pavelzw/pytest-action@v2
2628 with :
2729 verbose : true
You can’t perform that action at this time.
0 commit comments