Skip to content

build(deps): bump hadolint/hadolint-action from 3.0.0 to 3.1.0 #34

build(deps): bump hadolint/hadolint-action from 3.0.0 to 3.1.0

build(deps): bump hadolint/hadolint-action from 3.0.0 to 3.1.0 #34

Workflow file for this run

---
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-readme:
name: Lint readme file
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Lint readme file
uses: avto-dev/markdown-lint@v1
with:
#rules: '/lint/rules/changelog.js'
#config: '/lint/config/changelog.yml'
args: '*.md'
ignore: 'CHANGELOG.md'
lint-dockerfile:
name: Lint Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint dockerfile
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile