ModArith: Refactor op-related things into separated file #4488
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR format requirements | |
permissions: read-all | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
pre-commit-style: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin@v3 | |
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # [email protected] | |
with: | |
python-version: '3.11' | |
- name: Run pre-commit github action | |
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # pin@v3 |