Skip to content

docs: update CONTRIBUTING with a note about vibe-coding. #1133

docs: update CONTRIBUTING with a note about vibe-coding.

docs: update CONTRIBUTING with a note about vibe-coding. #1133

Workflow file for this run

name: Code style
on:
push:
branches: [master, features]
pull_request:
branches: [master, features]
jobs:
lint:
runs-on: ubuntu-latest
name: Code Style
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- uses: psf/black@stable