Skip to content

Mailpit: update to v1.21.8 #2396

Mailpit: update to v1.21.8

Mailpit: update to v1.21.8 #2396

Workflow file for this run

name: Ansible Lint
on:
push:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
- 'docs/**'
- 'docker/**'
- '.github/workflows/documentation.yml'
pull_request:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
- 'docker/**'
- 'docs/**'
- '.github/workflows/documentation.yml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]