add canonicalization pattern for sigmoid operation #6316
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@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # [email protected] |