We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b140043 commit 4f50ef2Copy full SHA for 4f50ef2
1 file changed
.github/workflows/ci.yml
@@ -0,0 +1,31 @@
1
+name: Continuous integration
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
7
+ workflow_dispatch:
8
9
+jobs:
10
+ cfn-nag:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ - uses: stelligent/cfn_nag@master
15
+ with:
16
+ input_path: template.yaml
17
18
19
+ input_path: final/unicorn-location-api-final/template.yaml
20
21
+ build-unicorn-location-api:
22
23
24
25
+ - name: Build starting point
26
+ run: mvn -q package
27
+ working-directory: ./labs/unicorn-location-api/UnicornLocationFunction
28
+ - name: Build final
29
30
+ working-directory: ./labs/unicorn-location-api/final/unicorn-location-api-final
31
0 commit comments