File tree 2 files changed +14
-71
lines changed
2 files changed +14
-71
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Check Integration
2
+
1
3
on :
2
4
pull_request :
3
5
branches :
11
13
- ' **deployment.yaml'
12
14
13
15
jobs :
16
+ validate-pr-title :
17
+ name : Validate PR title
18
+ runs-on : ubuntu-22.04
19
+ steps :
20
+ - uses : amannn/action-semantic-pull-request@v5
21
+ env :
22
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
+
14
24
integration :
15
- name : Continuous integration
25
+ name : Continuous integration checks
16
26
runs-on : ubuntu-22.04
17
27
steps :
18
28
- name : Checkout repository
@@ -21,15 +31,15 @@ jobs:
21
31
fetch-depth : 0
22
32
ref : ${{ github.event.pull_request.head.sha }}
23
33
24
- - name : Setup pnpm
25
-
26
-
27
34
- name : Set up QEMU
28
35
uses : docker/setup-qemu-action@v2
29
36
30
37
- name : Set up Docker Buildx
31
38
uses : docker/setup-buildx-action@v2
32
39
40
+ - name : Setup pnpm
41
+
42
+
33
43
- name : Setup Node
34
44
uses : actions/setup-node@v3
35
45
with :
51
61
- name : Test project
52
62
run : pnpm test
53
63
54
- - name : Build project
55
- run : pnpm build
56
-
57
64
- name : Build Docker image for project
58
65
uses : docker/build-push-action@v4
59
66
with :
You can’t perform that action at this time.
0 commit comments