Skip to content

Codecov 80+% check | Workflows upadte to build the whl file for spare_scores installation | More test cases and fixes #3

Codecov 80+% check | Workflows upadte to build the whl file for spare_scores installation | More test cases and fixes

Codecov 80+% check | Workflows upadte to build the whl file for spare_scores installation | More test cases and fixes #3

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- run: pip3 install pre-commit
- run: pre-commit run --files spare_scores/*