Implementation of [LFX] Domain-specific large model benchmarks: the edge perspective #405
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: CI | |
| on: | |
| push: | |
| branches: | |
| - main | |
| tags: | |
| paths: | |
| - '**.md' | |
| pull_request: | |
| jobs: | |
| pylint: | |
| runs-on: ubuntu-22.04 | |
| name: pylint | |
| strategy: | |
| matrix: | |
| python-version: [ "3.7", "3.8", "3.9" ] | |
| steps: | |
| - run: 'echo "only docs modified, no need to trigger CI"' |