Skip to content

Update compile-backend.yml #9

Update compile-backend.yml

Update compile-backend.yml #9

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/[email protected]
with:
dockerfile: ./app/Dockerfile