Skip to content

Merge pull request #23 from deeagle/dependabot/docker/alpine-3.20 #59

Merge pull request #23 from deeagle/dependabot/docker/alpine-3.20

Merge pull request #23 from deeagle/dependabot/docker/alpine-3.20 #59

Workflow file for this run

name: CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- 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/[email protected]
with:
dockerfile: Dockerfile