Skip to content

test: add more tolerance for test #147

test: add more tolerance for test

test: add more tolerance for test #147

Workflow file for this run

name: Workflow for pre-commit
on:
pull_request:
push:
branches: [main, dev]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.1
- uses: pre-commit-ci/lite-action@v1.0.2
if: always()