Merge ~hloeung/smtp-dkim-signing-charm:master into smtp-dkim-signing-charm:master

Proposed by Haw Loeung
Status: Merged
Approved by: Haw Loeung
Approved revision: 5732d70fe9cba06ecb1734a623c7c61be772ae84
Merged at revision: 1c61fd625a0d96be90b5498dc5b58792896f6917
Proposed branch: ~hloeung/smtp-dkim-signing-charm:master
Merge into: smtp-dkim-signing-charm:master
Diff against target: 25 lines (+19/-0)
1 file modified
.launchpad.yaml (+19/-0)
Reviewer Review Type Date Requested Status
Junien F Approve
Canonical IS Reviewers Pending
Review via email: mp+432526@code.launchpad.net

Commit message

Add lint and unit tests to each commit with lpcraft

Description of the change

This can be run locally with `lpcraft run` (after installing the lpcraft snap), or will now be run on every commit, and output will be shown in merge proposals as below.

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Junien F (axino) :
review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 1c61fd625a0d96be90b5498dc5b58792896f6917

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.launchpad.yaml b/.launchpad.yaml
2new file mode 100644
3index 0000000..2c63e5a
4--- /dev/null
5+++ b/.launchpad.yaml
6@@ -0,0 +1,19 @@
7+pipeline:
8+ - lint
9+ - unittest
10+
11+jobs:
12+ lint:
13+ architectures: amd64
14+ series: focal
15+ packages:
16+ - tox
17+ run: |
18+ tox -e lint
19+ unittest:
20+ architectures: amd64
21+ series: focal
22+ packages:
23+ - tox
24+ run: |
25+ tox -e unit

Subscribers

People subscribed via source and target branches