Skip to content

[EC0-1266] Update archicture spec, guidelines, linter #19

[EC0-1266] Update archicture spec, guidelines, linter

[EC0-1266] Update archicture spec, guidelines, linter #19

Workflow file for this run

---
jobs:
pre-commit:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: 'actions/setup-python@v3'
- uses: 'pre-commit/[email protected]'
with:
extra_args: '--all-files --config cfg/pre-commit-config.yaml --verbose'
name: 'pre-commit'
'on': 'pull_request'
...