Skip to content

Commit

Permalink
Add pre-commit lite action
Browse files Browse the repository at this point in the history
  • Loading branch information
chillenzer committed Oct 29, 2024
1 parent 85a1e48 commit a6998fa
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Continuous Integration
on: [push, pull_request]
name: Pre-commit
on:
pull_request:
push:
branches: [main, test-me-*]
jobs:
clang-format:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
exclude: "./thirdParty ./alpaka"
clangFormatVersion: 18
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()

0 comments on commit a6998fa

Please sign in to comment.