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
diff --git a/.launchpad.yaml b/.launchpad.yaml
0new file mode 1006440new file mode 100644
index 0000000..2c63e5a
--- /dev/null
+++ b/.launchpad.yaml
@@ -0,0 +1,19 @@
1pipeline:
2 - lint
3 - unittest
4
5jobs:
6 lint:
7 architectures: amd64
8 series: focal
9 packages:
10 - tox
11 run: |
12 tox -e lint
13 unittest:
14 architectures: amd64
15 series: focal
16 packages:
17 - tox
18 run: |
19 tox -e unit

Subscribers

People subscribed via source and target branches