Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Update deprecation information also in short description appearing on the extension card and top of detailed page #575

Update deprecation information also in short description appearing on the extension card and top of detailed page

Update deprecation information also in short description appearing on the extension card and top of detailed page #575

Workflow file for this run

name: Lint Dockerfile
on:
push:
branches:
- main
pull_request:
jobs:
lint-dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3048,DL3025,DL3018