Skip to content

Basis Eval at arbitrary points #5162

Basis Eval at arbitrary points

Basis Eval at arbitrary points #5162

name: Style
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-22.04]
compiler: [clang]
runs-on: ${{ matrix.os }}
steps:
- name: Environment setup
uses: actions/checkout@v3
- name: Install clang-format
run: sudo apt update && sudo apt install clang-format-15
- name: C style
env:
CC: ${{ matrix.compiler }}
FC: gfortran-11
run: |
make info
make format-c -j2 CLANG_FORMAT=clang-format-15 && git diff --exit-code