Skip to content

Update compiile-backend.yml #6

Update compiile-backend.yml

Update compiile-backend.yml #6

Workflow file for this run

name: Lint Dockerfiles
on: [push, pull_request]
jobs:
dockerlint:
runs-on: ubuntu-latest
name: Lint Dockerfiles
steps:
- uses: actions/checkout@v3
- name: Run hadolint
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./app/Dockerfile