Skip to content

Commit dc31c23

Browse files
committed
dec-12 create docker linting in github
1 parent cfbbfaf commit dc31c23

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/docker-pipeline.yaml

+7-11
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ run-name: ${{ github.actor }} docker pipeline
55
on:
66
push:
77
branches:
8-
- 06-mar-2024
9-
- main
8+
- "*"
9+
pull_request:
1010

1111
jobs:
12-
check-bats-version:
13-
if: false
14-
runs-on: ubuntu-latest
12+
lint:
13+
name: lint dockerfiles
14+
runs-on: ubuntu-test
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v3
18-
with:
19-
node-version: '14'
20-
- run: npm install -g bats
21-
- run: bats -v
16+
- name: Checkout Code
17+
uses: actions/checkout@v3
2218

0 commit comments

Comments
 (0)