Skip to content

ci: (DSO-2101) add token to checkout in release #48

ci: (DSO-2101) add token to checkout in release

ci: (DSO-2101) add token to checkout in release #48

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/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile