Skip to content

Refactored the OSB build system #87

Refactored the OSB build system

Refactored the OSB build system #87

Workflow file for this run

---
name: dockerfile-lint
on:
pull_request:
paths:
- 'docker/**'
jobs:
test_docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jbergstroem/hadolint-gh-action@v1
with:
dockerfile: 'docker/*Dockerfile'
annotate: false