Releases: jidicula/clang-format-action
Releases · jidicula/clang-format-action
v2.0.3
Changes
- Refactor CI scripts for shell scripts
Announcements
- I will be deleting the
master
branch on January 16. Please update your Actions workflows to point todev
,main
, or a particular release tag (at leastv2.0.0
recommended for maximum C/C++ support).
v2.0.2
v2.0.1
v2.0.0
Changes
- Adds support for C++ files (thanks @bartekpacia for suggesting this!)
- Checks more extensions for both C and C++ source and header files
Announcements
- I will be deleting the
master
branch on January 16. Please update your Actions workflows to point todev
,main
, or a particular release tag (at leastv2.0.0
recommended for maximum C/C++ support).
v1.1.2
Package install in Docker build
Merge pull request #8 from jidicula/dev Issue 6
clang-format 10.0.0
Uses the Ubuntu Latest LTS image and clang-format 10.0.0.
Initial version bugfix
Fixes a bug where the workflow would only fail if the last file scanned was incorrectly formatted.
Initial Release
Uses the LLVM format as default