Skip to content

CI test

CI test #470

Workflow file for this run

# Algebra plugins library, part of the ACTS project (R&D line)
#
# (c) 2021-2022 CERN for the benefit of the ACTS project
#
# Mozilla Public License Version 2.0
name: Checks
on:
push:
pull_request:
branches:
- main
- 'release/**'
jobs:
format:
runs-on: ubuntu-latest
container: ghcr.io/acts-project/format10:v11
steps:
- uses: actions/checkout@v2
- name: Check
run: .github/check_format.sh .
- uses: actions/upload-artifact@v1
if: failure()
with:
name: changed
path: changed