Skip to content

Commit 056295c

Browse files
authored
Merge pull request Alexays#4026 from khaneliman/workflows
.github/workflows/clang-format: bump github action (fix clang-format check)
2 parents 80669f7 + 5ff6b0a commit 056295c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/clang-format.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ concurrency:
77
cancel-in-progress: true
88

99
jobs:
10-
build:
10+
lint:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: DoozyX/clang-format-lint-action@v0.16.2
14+
# TODO: bump to clang 19 release
15+
# - uses: DoozyX/clang-format-lint-action@v0.18.2
16+
- uses: DoozyX/clang-format-lint-action@558090054b3f39e3d6af24f0cd73b319535da809
1517
name: clang-format
1618
with:
1719
source: "."

.github/workflows/clang-tidy.yml.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
cancel-in-progress: true
88

99
jobs:
10-
build:
10+
lint:
1111
runs-on: ubuntu-latest
1212
container:
1313
image: alexays/waybar:debian

.github/workflows/freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
cancel-in-progress: true
88

99
jobs:
10-
clang:
10+
build:
1111
# Run actions in a FreeBSD VM on the ubuntu runner
1212
# https://github.com/actions/runner/issues/385 - for FreeBSD runner support
1313
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)