Skip to content

Create ~$Capstone5 Presentation v1.pptx #79

Create ~$Capstone5 Presentation v1.pptx

Create ~$Capstone5 Presentation v1.pptx #79

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'