Skip to content

Commit eebcb44

Browse files
committed
def
1 parent 161c364 commit eebcb44

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI-unixish
22

33
on: [push, pull_request]
44

5+
defaults:
6+
run:
7+
shell: bash
8+
59
jobs:
610
build:
711

.github/workflows/clang-tidy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ name: clang-tidy
44

55
on: [push, pull_request]
66

7+
defaults:
8+
run:
9+
shell: bash
10+
711
jobs:
812
build:
913

0 commit comments

Comments
 (0)