Skip to content

feat: build dev image with imap & ldap from base image #31

feat: build dev image with imap & ldap from base image

feat: build dev image with imap & ldap from base image #31

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
name: 🐞 Differential shell-check
permissions:
contents: read
jobs:
shellcheck:
uses: wayofdev/gh-actions/.github/workflows/shellcheck.yml@master
with:
os: ubuntu-latest
severity: warning
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
...