Skip to content

feat: (DSO-2078) Implement conventional commits and task file #38

feat: (DSO-2078) Implement conventional commits and task file

feat: (DSO-2078) Implement conventional commits and task file #38

Workflow file for this run

name: ✨ Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on:
- ubuntu-latest
steps:
- name: 💻 Check out current project revision
uses: actions/checkout@v4
- name: 🌷 Run hadolinter
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile