fastfloat / fast_float

Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium and WebKit/Safari
Apache License 2.0
1.35k stars 124 forks source link

Keep GitHub Actions up to date with GitHub's Dependabot #265

Closed cclauss closed 2 weeks ago

cclauss commented 2 weeks ago

Fixes software supply chain safety warnings like at the bottom right of https://github.com/fastfloat/fast_float/actions/runs/10534472564

Our CI tests check formatting automating. If such a test fails, please consider running the bash script:

bash script/run-clangcldocker.sh

Make sure that you have docker installed and running on your system. Most Linux distributions support docker though some (like RedHat) have the equivalent (Podman). Users of Apple systems may want to consider OrbStack. You do not need to familiar with docker, you just need to make sure that you are have it running.

If you are unable to format the code, we may format it for you.

cclauss commented 2 weeks ago

Generated: