Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Chore/cater for cluster node inconsistency #27

Chore/cater for cluster node inconsistency

Chore/cater for cluster node inconsistency #27

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.9'
cache: 'pip'
- run: pip install -r requirements.txt
- uses: pre-commit/[email protected]