Skip to content

(backend): Fix start app command #4

(backend): Fix start app command

(backend): Fix start app command #4

name: Lint Dockerfile
on:
push:
paths:
- '**/Dockerfile'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
with:
recursive: true