Skip to content

Commit 416a453

Browse files
SorinOlarikr-t
authored andcommitted
CI(formatting-checks): add yaml format checks to runner
Signed-off-by: SorinO <sorin.olari2@gmail.com>
1 parent f78fb11 commit 416a453

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.devcontainer/linux/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3232
net-tools \
3333
sudo \
3434
jq \
35+
yamllint \
3536
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
3637
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && \
3738
apt-get update && apt-get install -y --no-install-recommends \

.github/workflows/formatting-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ jobs:
3535

3636
- name: Run C Format Checks
3737
run: sh scripts/check_c_formatting.sh
38+
39+
- name: Run YAML Format Checks
40+
run: bash scripts/yml_linter.sh

0 commit comments

Comments
 (0)