【OSCP】在 SecretFlow 中提供自定义 loss function 的教程 (#1108) #15
This file contains 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: Python Linter | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
python-linter: | |
uses: secretflow/.github/.github/workflows/python-linter.yml@main |