Skip to content

Change method of metric keep #2201

Change method of metric keep

Change method of metric keep #2201

Workflow file for this run

name: code-quality
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()