Skip to content

Merge branch 'quantize' of https://github.com/arjbingly/Capstone_5 in… #69

Merge branch 'quantize' of https://github.com/arjbingly/Capstone_5 in…

Merge branch 'quantize' of https://github.com/arjbingly/Capstone_5 in… #69

Workflow file for this run

name: Ruff and commit
on: push
jobs:
lint:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install ruff
# - run: ruff check src/
- run: ruff format src/
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'style fixes by ruff'