Skip to content

Overhaul PyDesigner Code 2 #10

Overhaul PyDesigner Code 2

Overhaul PyDesigner Code 2 #10

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.12
architecture: 'x64'
- name: Run Pre-Commit
uses: pre-commit/[email protected]
- name: Auto-commit changed files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Pre-commit fixes"
tokem: ${{ secrets.GH_BRIDGE_PAT }}