Skip to content

Bump jidicula/clang-format-action from 4.17.0 to 4.18.0 in the github-actions group across 1 directory #771

Bump jidicula/clang-format-action from 4.17.0 to 4.18.0 in the github-actions group across 1 directory

Bump jidicula/clang-format-action from 4.17.0 to 4.18.0 in the github-actions group across 1 directory #771

name: Ubuntu 22.04 CI Sanitized (GCC 11)
on: [push, pull_request]
jobs:
ubuntu-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6.0.2
- name: Use cmake
run: |
mkdir build &&
cd build &&
cmake -DFASTFLOAT_TEST=ON -D FASTFLOAT_SANITIZE=ON .. &&
cmake --build . &&
ctest --output-on-failure