mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #597] [MERGED] [bug fix] fix code formatting during CI #1037
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/597
Author: @kvedala
Created: 8/26/2020
Status: ✅ Merged
Merged: 8/26/2020
Merged by: @kvedala
Base:
master← Head:clang_fix📝 Commits (2)
83a3845added explicit clang-format8653cf4fix order - first lint and then format📊 Changes
2 files changed (+175 additions, -14 deletions)
View changed files
➕
.clang-format(+167 -0)📝
.github/workflows/awesome_workflow.yml(+8 -14)📄 Description
Description of Change
Code formatting failed in CI steps by
clang-tidy. Added explicitclang-formatcommand.References
This is analogous to the issue TheAlgorithms/C-Plus-Plus#1032 and its corresponding solution TheAlgorithms/C-Plus-Plus#1052.
Checklist
Tested in the above referenced PR and same commands used here as well.
Relevant documentation/comments is changed or addedNotes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.