Skip to content

Commit 647d3df

Browse files
authored
Merge branch 'main' into format_kind
2 parents 63455b6 + 2148253 commit 647d3df

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.github/workflows/.yamllint

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
3+
extends: default
4+
5+
rules:
6+
braces:
7+
level: warning
8+
max-spaces-inside: 1
9+
brackets:
10+
level: warning
11+
max-spaces-inside: 1
12+
colons:
13+
level: warning
14+
commas:
15+
level: warning
16+
comments: disable
17+
comments-indentation: disable
18+
document-start: disable
19+
empty-lines:
20+
level: warning
21+
hyphens:
22+
level: warning
23+
indentation:
24+
level: warning
25+
indent-sequences: consistent
26+
line-length:
27+
max: 160
28+
level: warning
29+
allow-non-breakable-inline-mappings: true
30+
truthy: disable

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
with:
3434
submodules: 'true'
3535
# If Clang 17, install a newer version of libc++ and libc++abi.
36+
- name: Update packages
37+
run: |
38+
set -x
39+
sudo apt update
40+
sudo apt -y upgrade
3641
- name: Install libc++
3742
if: matrix.config.tag == 'clang:17'
3843
run: |

0 commit comments

Comments
 (0)