Skip to content

Add workflow files for rhel, win, and debian #13

Add workflow files for rhel, win, and debian

Add workflow files for rhel, win, and debian #13

Workflow file for this run

name: Format
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- uses: pre-commit/action@v3.0.1