Skip to content

Commit e012c98

Browse files
committed
SWPROT-8953:: ci: github: Lint build action
It is compliant with yamlint Origin: SiliconLabs/UnifySDK#50 Forwarded: #3 Signed-off-by: Philippe Coval <[email protected]>
1 parent 18f8139 commit e012c98

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
name: Docker Image CI
1+
# YAML -*- mode: yaml; tab-width: 2; indent-tabs-mode: nil; coding: utf-8 -*-
2+
---
23

3-
on:
4+
name: Build in docker
5+
6+
on: # yamllint disable-line rule:truthy
47
push:
58

69
jobs:
710
build:
811
runs-on: ubuntu-22.04
912
steps:
10-
- uses: actions/[email protected]
11-
with:
12-
fetch-depth: 0
13-
- name: Build Docker image from sources
14-
run: docker build .
13+
- uses: actions/[email protected]
14+
with:
15+
fetch-depth: 0
16+
- name: Build Docker image from sources
17+
run: docker build .

0 commit comments

Comments
 (0)