Implemented tt OOs interface for ILC/CLIC and homogoneized the implem… #49
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
# .github/workflows/pre-commit.yml | |
name: Pre-commit | |
on: [push] | |
jobs: | |
pre-commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: pre-commit/[email protected] | |
with: | |
extra_args: '--all-files' |