Skip to content

Merge branch 'ILC/CLIC-theory-predictions' of https://github.com/LHCf… #64

Merge branch 'ILC/CLIC-theory-predictions' of https://github.com/LHCf…

Merge branch 'ILC/CLIC-theory-predictions' of https://github.com/LHCf… #64

Workflow file for this run

# .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/action@v2.0.3
with:
extra_args: '--all-files'