Skip to content

chore(deps-dev): bump @commitlint/config-conventional from 19.6.0 to … #1531

chore(deps-dev): bump @commitlint/config-conventional from 19.6.0 to …

chore(deps-dev): bump @commitlint/config-conventional from 19.6.0 to … #1531

name: '💅 Lint dockerfile'
on:
push:
jobs:
build:
name: Lint dockerfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
id: hadolint
with:
dockerfile: Dockerfile
- name: Build dockerfile
run: docker build . -t library