Skip to content

Fix Pint

Fix Pint #9

Workflow file for this run

name: Check & Fix Styling with Pint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_call:
jobs:
pint:
name: Run Pint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Run Pint
uses: aglipanci/[email protected]
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling