Skip to content

docs(README.MD): Update README.md to include a workflow status badge #19

docs(README.MD): Update README.md to include a workflow status badge

docs(README.MD): Update README.md to include a workflow status badge #19

Workflow file for this run

name: Lint and Commit
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: astral-sh/ruff-action@v1
with:
changed-files: "true"
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'style: Style fixes by ruff'