Skip to content

Update build workflow. Previous commit: Update the key4hep-build work… #57

Update build workflow. Previous commit: Update the key4hep-build work…

Update build workflow. Previous commit: Update the key4hep-build work… #57

Workflow file for this run

name: pre-commit
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
- name: Run pre-commit
run: |
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
cd ${GITHUB_WORKSPACE}
pre-commit run --show-diff-on-failure \
--color=always \
--all-files