Skip to content

update to latest alpaka 1.0.0-dev #77

update to latest alpaka 1.0.0-dev

update to latest alpaka 1.0.0-dev #77

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.11
with:
exclude: './thirdParty ./alpaka'
clangFormatVersion: 11