Skip to content

Add intentional typo #6

Add intentional typo

Add intentional typo #6

Workflow file for this run

name: Pre-commit hooks
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/[email protected]
with:
extra_args: --config pre-commit.yml