Skip to content

✅ test: add tests for error handling #50

✅ test: add tests for error handling

✅ test: add tests for error handling #50

Workflow file for this run

name: CodeStyle Check
on:
push:
branches: [main]
pull_request:
jobs:
code-style-check:
runs-on: ubuntu-latest
name: CodeStyle Check
steps:
- name: Checkout 📦
uses: actions/checkout@v4
- name: Install python 📦
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run pre-commit ✅
uses: pre-commit/action@v3.0.1