Skip to content

Merge pull request #181 from wbstack/upstream-sync-20250210 #258

Merge pull request #181 from wbstack/upstream-sync-20250210

Merge pull request #181 from wbstack/upstream-sync-20250210 #258

Workflow file for this run

name: Docker lint
on:
push:
branches:
- 'main'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: lint
uses: hadolint/hadolint-action@v1.5.0
with:
dockerfile: Dockerfile