Skip to content

Always correct hunk header line count. #2

Always correct hunk header line count.

Always correct hunk header line count. #2

Workflow file for this run

name: Python PyTest Workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.12
- name: Install pytest
run: pip install pytest
- name: Run pytest
run: pytest