Skip to content

Commit d2e6eec

Browse files
committed
Add CI
Signed-off-by: luke <luke.parkin@arm.com>
1 parent 6b29284 commit d2e6eec

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
9+
jobs:
10+
lint:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: hadolint/hadolint-action@v3.1.0
15+
with:
16+
dockerfile: Dockerfile

0 commit comments

Comments
 (0)